public class AnnotationUtilsTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnnotationUtilsTest.NestAnnotation |
static class |
AnnotationUtilsTest.Stooge |
static interface |
AnnotationUtilsTest.TestAnnotation |
| Modifier and Type | Field and Description |
|---|---|
Object |
dummy1 |
Object |
dummy2 |
Object |
dummy3 |
Object |
dummy4 |
| Constructor and Description |
|---|
AnnotationUtilsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testAnnotationsOfDifferingTypes() |
void |
testBothArgsNull() |
void |
testEquivalence() |
void |
testGeneratedAnnotationEquivalentToRealAnnotation() |
void |
testHashCode() |
void |
testIsValidAnnotationMemberType() |
void |
testNonEquivalentAnnotationsOfSameType() |
void |
testOneArgNull() |
void |
testSameInstance() |
void |
testToString() |
public AnnotationUtilsTest()
public void testEquivalence()
public void testSameInstance()
public void testNonEquivalentAnnotationsOfSameType()
public void testAnnotationsOfDifferingTypes()
public void testOneArgNull()
public void testBothArgsNull()
public void testIsValidAnnotationMemberType()
public void testGeneratedAnnotationEquivalentToRealAnnotation() throws Exception
Exceptionpublic void testHashCode() throws Exception
Exceptionpublic void testToString() throws Exception
ExceptionCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.