mockmaker.structure.tests
Class ReflectionConstructorStructureTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by mockmaker.structure.tests.ReflectionConstructorStructureTest
All Implemented Interfaces:
junit.framework.Test

public class ReflectionConstructorStructureTest
extends junit.framework.TestCase


Nested Class Summary
private static class ReflectionConstructorStructureTest.Dummy
           
 
Constructor Summary
ReflectionConstructorStructureTest(java.lang.String s)
           
 
Method Summary
 void testNoExceptions()
           
 void testNoParams()
           
 void testOneException()
           
 void testOneParam()
           
 void testTwoExceptions()
           
 void testTwoParams()
           
 
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

ReflectionConstructorStructureTest

public ReflectionConstructorStructureTest(java.lang.String s)
Method Detail

testNoParams

public void testNoParams()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testOneParam

public void testOneParam()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testTwoParams

public void testTwoParams()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testNoExceptions

public void testNoExceptions()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testOneException

public void testOneException()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testTwoExceptions

public void testTwoExceptions()
                       throws java.lang.Exception
Throws:
java.lang.Exception