lejosunit.examples
Class AllTests

java.lang.Object
  extended bylejosunit.examples.AllTests

public class AllTests
extends java.lang.Object

Example for an overall test suite.

Author:
Jochen Hiller

Constructor Summary
AllTests()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main program to start the TestRunner at RCX.
static Test suite()
          Suite method to get all tests to run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

main

public static void main(java.lang.String[] args)
Main program to start the TestRunner at RCX.

Parameters:
args - ignored

suite

public static Test suite()
Suite method to get all tests to run.

Returns:
the whole test suite


Copyright (C) 2003 Jochen Hiller. All Rights Reserved.