|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jupe.unittest.AbstractProjectTestCase
org.jupe.uml2model.UML2ModelRootTest
public class UML2ModelRootTest
Constructor Summary | |
---|---|
UML2ModelRootTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testCompleteInUML2()
|
void |
testFindClass()
|
void |
testFindUnresolvedType()
|
void |
testHiddenPackage()
|
void |
testResolveType()
|
void |
testResolveTypeInAttribute()
Tests resolveType() in the case where the type is used for an attribute. |
void |
testResolveTypeInMethodParameter()
Tests resolveType() in the case where the type is in the parameter list of a method. |
void |
testResolveTypeInObject()
Tests resolveType() in the case where the type is used in an object. |
void |
testResolveTypeInSlot()
Tests resolveType() for the case where the type is used in a slot (inside an object). |
void |
testSearchInPrimitiveTypes()
|
void |
testSearchInUnresolvedTypes()
|
Methods inherited from class org.jupe.unittest.AbstractProjectTestCase |
---|
tearDown |
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 |
Constructor Detail |
---|
public UML2ModelRootTest()
Method Detail |
---|
public void setUp() throws java.lang.Exception
setUp
in class AbstractProjectTestCase
java.lang.Exception
public void testHiddenPackage()
public void testFindClass()
public void testFindUnresolvedType() throws java.lang.Exception
java.lang.Exception
public void testSearchInPrimitiveTypes() throws java.lang.Exception
java.lang.Exception
public void testSearchInUnresolvedTypes() throws java.lang.Exception
java.lang.Exception
public void testResolveType() throws java.lang.Exception
java.lang.Exception
public void testResolveTypeInMethodParameter()
public void testResolveTypeInAttribute()
public void testResolveTypeInObject()
public void testResolveTypeInSlot()
public void testCompleteInUML2() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |