de.tuberlin.cs.cis.ocl.example.eval.test
Class AllTests

java.lang.Object
  |
  +--de.tuberlin.cs.cis.ocl.example.eval.test.AllTests

public class AllTests
extends java.lang.Object

Testsuite including all type-related test cases in the package: de.tuberlin.cs.cis.ocl.example.eval.test

Author:
fchabar

Constructor Summary
AllTests()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the test.
static junit.framework.Test suite()
          Returns the test suite for this package.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the test.

Parameters:
args - no arguments required.

suite

public static junit.framework.Test suite()
Returns the test suite for this package.

Returns:
the test suite for this package.