Package org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod
package org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod
Tests to cover the different possible locations for a fallback method
-
ClassesClassDescriptionTest for an abstract fallback method which is implemented by a subclassTest for public fallback method in the same classTest for a fallback method defined as a default method on an interfaceTest for an abstract fallback method on a generic classTest for a fallback method with a generic array parameterTest for a fallback method with a more complex type variable parameterTest for a fallback method with a type variable parameter in a deeper class hierarchyTest for a fallback methods with a type variable parameterTest for a fallback method with a wildcard parameter with type variable limitsTest for a package-scoped fallback method in superclass within the same packageTest for a fallback method defined on an interface and implemented in a subclassTest that a package scoped fallback method in a superclass from a different package cannot be calledTest for private fallback method in the same classTest that if a fallback method is overridden in a subclass, the method from the subclass is calledTest that a fallback method defined in a subclass cannot be calledTest that a private fallback method defined in a superclass cannot be calledTest for protected fallback method on a superclassTest for a fallback methods with a varargs parameterTest that a fallback method with a bounded wildcard parameter cannot be called if the bounds do not matchTest for a fallback methods with a varargs parameter