de.fh_mannheim.mm.dms.tests
Class AllTests

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byde.fh_mannheim.mm.dms.tests.AllTests
All Implemented Interfaces:
junit.framework.Test

public class AllTests
extends junit.framework.TestCase

This test class invokes all tests.

Version:
$Revision: 1.6 $
Author:
Jan Löffler, mail@jlsoft.de

Constructor Summary
AllTests(java.lang.String strTestName)
          Constructs the test case.
 
Method Summary
static void main(java.lang.String[] args)
          Main function which runs the junit TestRunner.
static junit.framework.Test suite()
          Is called to create the test suite.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests(java.lang.String strTestName)
Constructs the test case.

Parameters:
strTestName - Name of test
Method Detail

main

public static void main(java.lang.String[] args)
Main function which runs the junit TestRunner.

Parameters:
args - Parameters

suite

public static junit.framework.Test suite()
Is called to create the test suite.