See: Description
| Class | Description |
|---|---|
| FallbackMethodAbstractTest |
Test for an abstract fallback method which is implemented by a subclass
|
| FallbackMethodBasicTest |
Test for public fallback method in the same class
|
| FallbackMethodDefaultMethodTest |
Test for a fallback method defined as a default method on an interface
|
| FallbackMethodGenericAbstractTest |
Test for an abstract fallback method on a generic class
|
| FallbackMethodGenericArrayTest |
Test for a fallback method with a generic array parameter
|
| FallbackMethodGenericComplexTest |
Test for a fallback method with a more complex type variable parameter
|
| FallbackMethodGenericDeepTest |
Test for a fallback method with a type variable parameter in a deeper class hierarchy
|
| FallbackMethodGenericTest |
Test for a fallback methods with a type variable parameter
|
| FallbackMethodGenericWildcardTest |
Test for a fallback method with a wildcard parameter with type variable limits
|
| FallbackMethodInPackageTest |
Test for a package-scoped fallback method in superclass within the same package
|
| FallbackMethodInterfaceTest |
Test for a fallback method defined on an interface and implemented in a subclass
|
| FallbackMethodOutOfPackageTest |
Test that a package scoped fallback method in a superclass from a different package cannot be called
|
| FallbackMethodPrivateTest |
Test for private fallback method in the same class
|
| FallbackMethodSubclassOverrideTest |
Test that if a fallback method is overridden in a subclass, the method from the subclass is called
|
| FallbackMethodSubclassTest |
Test that a fallback method defined in a subclass cannot be called
|
| FallbackMethodSuperclassPrivateTest |
Test that a private fallback method defined in a superclass cannot be called
|
| FallbackMethodSuperclassTest |
Test for protected fallback method on a superclass
|
| FallbackMethodVarargsTest |
Test for a fallback methods with a varargs parameter
|
| FallbackMethodWildcardNegativeTest |
Test that a fallback method with a bounded wildcard parameter cannot be called if the bounds do not match
|
| FallbackMethodWildcardTest |
Test for a fallback methods with a varargs parameter
|
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.