|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
mockmaker.structure.tests.ReflectionClassStructureTest
public class ReflectionClassStructureTest
Nested Class Summary | |
---|---|
(package private) static interface |
ReflectionClassStructureTest.Dummy
|
private static class |
ReflectionClassStructureTest.DummyClass
|
Constructor Summary | |
---|---|
ReflectionClassStructureTest(java.lang.String s)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReflectionClassStructureTest(java.lang.String s)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |