|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
test.de.uni_paderborn.fujaba.uml.UMLTestBase
test.de.uni_paderborn.fujaba.uml.codegen.TestInheritance
Constructor Summary | |
TestInheritance(java.lang.String arg0)
|
Method Summary | |
protected void |
setUp()
The JUnit setup method |
protected void |
tearDown()
The teardown method for JUnit |
void |
testDo()
A unit test for JUnit |
Methods inherited from class test.de.uni_paderborn.fujaba.uml.UMLTestBase |
clearDir, codeEquals, computeDifferenceBetweenDirectories, createEmptyGeneratedDir, defaultFprTest, ensureEmptyGeneratedDir, formatFile, getDirForExpectedSources, getDirForGeneratedSources, getFprFile, getFullNameAsDirName, getTmpDir, setOutputDirectory, testNothing, unixToPlatformDir |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestInheritance(java.lang.String arg0)
arg0
- Method Detail |
protected void setUp() throws java.lang.Exception
setUp
in class UMLTestBase
java.lang.Exception
- Exception description not providedTestCase.setUp()
protected void tearDown() throws java.lang.Exception
tearDown
in class UMLTestBase
java.lang.Exception
- Exception description not providedTestCase.tearDown()
public void testDo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |