public class ReflectionMethodStructureTest
extends junit.framework.TestCase
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
ReflectionMethodStructureTest.Dummy |
| Constructor and Description |
|---|
ReflectionMethodStructureTest(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
testEquals() |
void |
testName() |
void |
testNoExceptions() |
void |
testNoParameterTypes() |
void |
testOneException() |
void |
testOneParameterType() |
void |
testReturnType() |
void |
testThreeParameterTypes() |
void |
testTwoExceptions() |
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 ReflectionMethodStructureTest(java.lang.String s)
public void testName()
throws java.lang.Exception
java.lang.Exceptionpublic void testReturnType()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoParameterTypes()
throws java.lang.Exception
java.lang.Exceptionpublic void testOneParameterType()
throws java.lang.Exception
java.lang.Exceptionpublic void testThreeParameterTypes()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoExceptions()
throws java.lang.Exception
java.lang.Exceptionpublic void testOneException()
throws java.lang.Exception
java.lang.Exceptionpublic void testTwoExceptions()
throws java.lang.Exception
java.lang.Exceptionpublic void testEquals()
throws java.lang.Exception
java.lang.Exception