org.jupe.uml2model
Class UML2ModelFactoryTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jupe.unittest.AbstractProjectTestCase
org.jupe.uml2model.UML2ModelFactoryTest
- All Implemented Interfaces:
- junit.framework.Test
public class UML2ModelFactoryTest
- extends AbstractProjectTestCase
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, run, run, runBare, setName, 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, format |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UML2ModelFactoryTest
public UML2ModelFactoryTest()
setUp
public void setUp()
throws java.lang.Exception
- Overrides:
setUp
in class AbstractProjectTestCase
- Throws:
java.lang.Exception
testGetInstance
public void testGetInstance()
testCreatePackage
public void testCreatePackage()
testCreatePackageInPackage
public void testCreatePackageInPackage()
testCreateClass
public void testCreateClass()
testCreateClassInPackage
public void testCreateClassInPackage()
testCreateUnresolvedClass
public void testCreateUnresolvedClass()
testCreateInterface
public void testCreateInterface()
testCreateInterfaceInPackage
public void testCreateInterfaceInPackage()
testCreateObject
public void testCreateObject()
testCreateObjectInPackage
public void testCreateObjectInPackage()
testCreateAttributeInClass
public void testCreateAttributeInClass()
testCreateAttributeInInterface
public void testCreateAttributeInInterface()
testCreateMethodInClass
public void testCreateMethodInClass()
testCreateMethodInInterface
public void testCreateMethodInInterface()
testCreateParameterInMethod
public void testCreateParameterInMethod()
testCreateComment
public void testCreateComment()
testCreateAssociation
public void testCreateAssociation()
testCreateAggregation
public void testCreateAggregation()
testCreateComposition
public void testCreateComposition()
testCreateGeneralization
public void testCreateGeneralization()
testCreateInterfaceRealization
public void testCreateInterfaceRealization()
testCreateDependency
public void testCreateDependency()