public class ReflectionClassStructureTest
extends junit.framework.TestCase
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
ReflectionClassStructureTest.Dummy |
private static class |
ReflectionClassStructureTest.DummyClass |
| Constructor and Description |
|---|
ReflectionClassStructureTest(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
testConstructorAndMethodCount() |
void |
testConstructorsNotIncludedInMethods() |
void |
testGetName() |
void |
testIsArray() |
void |
testIsInterface() |
void |
testIsPrimitive() |
void |
testIsPrimitiveArray() |
void |
testMethods() |
void |
testMethodsNotContainingStatic() |
void |
testNotArray() |
void |
testNotPrimitive() |
void |
testNotPrimitiveArray() |
void |
testOneDimensionArray() |
void |
testThreeDimensionArray() |
void |
testZeroDimensionArray() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSamepublic ReflectionClassStructureTest(java.lang.String s)
public void testGetName()
throws java.lang.Exception
java.lang.Exceptionpublic void testIsInterface()
throws java.lang.Exception
java.lang.Exceptionpublic void testNotArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testIsArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testZeroDimensionArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testOneDimensionArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testThreeDimensionArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testNotPrimitive()
throws java.lang.Exception
java.lang.Exceptionpublic void testIsPrimitive()
throws java.lang.Exception
java.lang.Exceptionpublic void testNotPrimitiveArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testIsPrimitiveArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testMethods()
throws java.lang.Exception
java.lang.Exceptionpublic void testMethodsNotContainingStatic()
throws java.lang.Exception
java.lang.Exceptionpublic void testConstructorAndMethodCount()
throws java.lang.Exception
java.lang.Exceptionpublic void testConstructorsNotIncludedInMethods()
throws java.lang.Exception
java.lang.Exception