HEADER

biouml.plugins.sbml._test
Class AutoTest

|
+--biouml.plugins.sbml._test.AutoTest

public class AutoTest
extends TestCase


Constructor Summary
AutoTest(String name)
          Standart JUnit constructor

Method Summary
 static voidmain(String[] args)
          Run test in TestRunner.
 static Testsuite()
          Make suite of tests.

Constructor Detail

AutoTest

public AutoTest(String name)
Standart JUnit constructor
Method Detail

main

public static void main(String[] args)
Run test in TestRunner. If args[0].startsWith("text") then textui runner runs, otherwise swingui runner runs.
Parameters:
args[0] - Type of test runner.

suite

public static Test suite()
Make suite of tests.

FOOTER

BOTTOM