# some comment
net.reini.demo.SomeTest
net.reini.demo.SomeOtherTest
public class CustomTestSuite
extends java.lang.Object
Helper class to execute all defined tests.
The default behavior is to look for a customtests file in the current user directory.
In order specify a other custom file containing the test classes you could specify that using the
custom.tests system property:
-Dcustom.tests=dir/somefile
The content of the test definitions file contains one test class on each line without the
.class suffix:
# some comment
net.reini.demo.SomeTest
net.reini.demo.SomeOtherTest
| Constructor and Description |
|---|
CustomTestSuite() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite() |