ctf.evaluation
Class Tester

java.lang.Object
  extended by junit.framework.TestSuite
      extended by ctf.evaluation.Tester
All Implemented Interfaces:
junit.framework.Test

public class Tester
extends junit.framework.TestSuite

All tests for Engineering 7893


Constructor Summary
Tester()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point
static junit.framework.Test suite()
          The test suite
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tester

public Tester()
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point


suite

public static junit.framework.Test suite()
The test suite