test.de.uni_paderborn.fujaba.uml.codegen
Class TestClazzAndPackage

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytest.de.uni_paderborn.fujaba.uml.UMLTestBase
              extended bytest.de.uni_paderborn.fujaba.uml.codegen.TestClazzAndPackage
All Implemented Interfaces:
junit.framework.Test

public class TestClazzAndPackage
extends UMLTestBase

Version:
$Revision: 1.3.2.1 $
Author:
$Author: lowende $

Constructor Summary
TestClazzAndPackage(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

TestClazzAndPackage

public TestClazzAndPackage(java.lang.String arg0)
Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
The JUnit setup method

Overrides:
setUp in class UMLTestBase
Throws:
java.lang.Exception - Exception description not provided
See Also:
TestCase.setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
The teardown method for JUnit

Overrides:
tearDown in class UMLTestBase
Throws:
java.lang.Exception - Exception description not provided
See Also:
TestCase.tearDown()

testDo

public void testDo()
A unit test for JUnit