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, toString
assertEquals, 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, failSame
public ReflectionClassStructureTest(java.lang.String s)
public void testGetName() throws java.lang.Exception
java.lang.Exception
public void testIsInterface() throws java.lang.Exception
java.lang.Exception
public void testNotArray() throws java.lang.Exception
java.lang.Exception
public void testIsArray() throws java.lang.Exception
java.lang.Exception
public void testZeroDimensionArray() throws java.lang.Exception
java.lang.Exception
public void testOneDimensionArray() throws java.lang.Exception
java.lang.Exception
public void testThreeDimensionArray() throws java.lang.Exception
java.lang.Exception
public void testNotPrimitive() throws java.lang.Exception
java.lang.Exception
public void testIsPrimitive() throws java.lang.Exception
java.lang.Exception
public void testNotPrimitiveArray() throws java.lang.Exception
java.lang.Exception
public void testIsPrimitiveArray() throws java.lang.Exception
java.lang.Exception
public void testMethods() throws java.lang.Exception
java.lang.Exception
public void testMethodsNotContainingStatic() throws java.lang.Exception
java.lang.Exception
public void testConstructorAndMethodCount() throws java.lang.Exception
java.lang.Exception
public void testConstructorsNotIncludedInMethods() throws java.lang.Exception
java.lang.Exception