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 void | main(String[] args) Run test in TestRunner. |
static Test | suite() Make suite of tests. |
AutoTest
public AutoTest(String name)
- Standart JUnit constructor
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.
BOTTOM