mockmaker.structure.tests
Class ReflectionMethodStructureTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bymockmaker.structure.tests.ReflectionMethodStructureTest
All Implemented Interfaces:
junit.framework.Test

public class ReflectionMethodStructureTest
extends junit.framework.TestCase


Nested Class Summary
(package private) static interface ReflectionMethodStructureTest.Dummy
           
 
Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ReflectionMethodStructureTest(java.lang.String s)
           
 
Method Summary
 void testEquals()
           
 void testName()
           
 void testNoExceptions()
           
 void testNoParameterTypes()
           
 void testOneException()
           
 void testOneParameterType()
           
 void testReturnType()
           
 void testThreeParameterTypes()
           
 void testTwoExceptions()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionMethodStructureTest

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

testName

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

testReturnType

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

testNoParameterTypes

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

testOneParameterType

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

testThreeParameterTypes

public void testThreeParameterTypes()
                             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

testEquals

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