public class ReflectionConstructorStructureTest
extends junit.framework.TestCase
Modifier and Type | Class and Description |
---|---|
private static class |
ReflectionConstructorStructureTest.Dummy |
Constructor and Description |
---|
ReflectionConstructorStructureTest(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
void |
testNoExceptions() |
void |
testNoParams() |
void |
testOneException() |
void |
testOneParam() |
void |
testTwoExceptions() |
void |
testTwoParams() |
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 ReflectionConstructorStructureTest(java.lang.String s)
public void testNoParams() throws java.lang.Exception
java.lang.Exception
public void testOneParam() throws java.lang.Exception
java.lang.Exception
public void testTwoParams() throws java.lang.Exception
java.lang.Exception
public void testNoExceptions() throws java.lang.Exception
java.lang.Exception
public void testOneException() throws java.lang.Exception
java.lang.Exception
public void testTwoExceptions() throws java.lang.Exception
java.lang.Exception