org.designwizard.design.test
Class MethodNodeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.designwizard.design.test.MethodNodeTest
All Implemented Interfaces:
junit.framework.Test

public class MethodNodeTest
extends junit.framework.TestCase


Constructor Summary
MethodNodeTest()
           
 
Method Summary
 void testGetAllMethodsWithVisibility()
           
 void testGetConstructors()
           
 void testGetPackageName()
           
 void testGetShortName()
           
 void testMainThrows()
           
 void testReturn()
           
 void testReturnMethod()
           
 void testThrowsException()
           
 void testThrowsNothing()
           
 
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

MethodNodeTest

public MethodNodeTest()
Method Detail

testGetPackageName

public void testGetPackageName()
                        throws java.io.IOException,
                               InexistentEntityException
Throws:
java.io.IOException
InexistentEntityException

testGetShortName

public void testGetShortName()
                      throws java.io.IOException,
                             InexistentEntityException
Throws:
java.io.IOException
InexistentEntityException

testReturnMethod

public void testReturnMethod()
                      throws InexistentEntityException,
                             java.io.IOException
Throws:
InexistentEntityException
java.io.IOException

testMainThrows

public void testMainThrows()
                    throws InexistentEntityException,
                           java.io.IOException
Throws:
InexistentEntityException
java.io.IOException

testThrowsNothing

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

testThrowsException

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

testGetConstructors

public void testGetConstructors()
                         throws InexistentEntityException,
                                java.io.IOException
Throws:
InexistentEntityException
java.io.IOException

testReturn

public void testReturn()
                throws java.io.IOException,
                       InexistentEntityException
Throws:
java.io.IOException
InexistentEntityException

testGetAllMethodsWithVisibility

public void testGetAllMethodsWithVisibility()
                                     throws java.io.IOException,
                                            InvalidTypeOfVisibility,
                                            InexistentEntityException
Throws:
java.io.IOException
InvalidTypeOfVisibility
InexistentEntityException