tests
Class AllWorldSchedulerTests

java.lang.Object
  extended bytests.AllWorldSchedulerTests

public class AllWorldSchedulerTests
extends java.lang.Object

A test suite containing all the tests for the scheduler and the world objects.

Author:
Piotrek

Constructor Summary
AllWorldSchedulerTests()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the tests in the GUI mode.
static junit.framework.Test suite()
          Gets a test suite to be performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllWorldSchedulerTests

public AllWorldSchedulerTests()
Method Detail

main

public static void main(java.lang.String[] args)
Runs the tests in the GUI mode.

Parameters:
args - The arguments.

suite

public static junit.framework.Test suite()
Gets a test suite to be performed.

Returns:
A test suite to be performed.