Modifier and Type |
Method and Description |
static String |
baddaBing() |
void |
doesNotIncludeMethodsFromJavaLangObject() |
protected void |
finalize() |
void |
getMethodReturnsEmptyOptional() |
void |
getMethodReturnsInherited() |
void |
getMethodReturnsOverriddenFromSubclass() |
void |
getMethodReturnsSynthetic() |
void |
givenExistingMethodThenOptionalIsPresent() |
void |
givenNonExistentMethodThenOptionalIsAbsent() |
void |
handleForDefaultMethod() |
void |
handleForInheritedMethod() |
void |
handleForNormalMethod() |
void |
handleForOverridenMethod() |
void |
handleForStaticMethod() |
int |
hashCode() |
void |
methodsOfDoesNotReturnOverridenDefault() |
void |
methodsOfReturnsDefault() |
void |
methodsOfReturnsInheritedDefault() |
static void |
setUp() |
String |
taDa() |
void |
testFindsAllMethodsDeclaredOrInherited() |
void |
testFindsCorrectlyOverriddenAndInheritedMethod() |
void |
testFindsCorrectlyOverriddenMethod() |
void |
testFindsSingleDeclaredProtectedMethod() |
void |
testGenericType() |
void |
testGenericType2() |
void |
testWhenPrivateFieldOnInnerClassIsReferencedThenSyntheticMethodShouldNotBeRetrieved() |
void |
whenBlah() |
void |
whenGenericInterfacePresentForClassThenOnlyListConcrete() |
void |
whenGenericInterfacePresentThenOnlyListConcrete() |
void |
whenGenericSuperClassPresentForNestedInnerClassThenOnlyListConcrete() |
void |
whenGenericSuperClassPresentForStaticInnerClassThenOnlyListConcrete() |