public class AllTestSuite
extends junit.framework.TestSuite
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SYSPROP_TEST_DIR |
The System Property to set as base directory for collection of Test Cases.
|
static java.lang.String |
SYSPROP_TEST_EXCLUDES_PATTERN |
The System Property to set as a filename excludes pattern for collection of Test Cases.
|
static java.lang.String |
SYSPROP_TEST_PATTERN |
The System Property to set as the filename pattern for collection of Test Cases.
|
Constructor | Description |
---|---|
AllTestSuite() |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.Class |
compile(java.lang.String fileName) |
|
protected void |
loadTest(java.lang.String fileName) |
|
static junit.framework.Test |
suite() |
|
static junit.framework.Test |
suite(java.lang.String basedir,
java.lang.String pattern) |
|
static junit.framework.Test |
suite(java.lang.String basedir,
java.lang.String pattern,
java.lang.String excludesPattern) |
public static final java.lang.String SYSPROP_TEST_DIR
public static final java.lang.String SYSPROP_TEST_PATTERN
public static final java.lang.String SYSPROP_TEST_EXCLUDES_PATTERN
public static junit.framework.Test suite()
public static junit.framework.Test suite(java.lang.String basedir, java.lang.String pattern)
public static junit.framework.Test suite(java.lang.String basedir, java.lang.String pattern, java.lang.String excludesPattern)
protected void loadTest(java.lang.String fileName) throws CompilationFailedException, java.io.IOException
CompilationFailedException
java.io.IOException
protected java.lang.Class compile(java.lang.String fileName) throws CompilationFailedException, java.io.IOException
CompilationFailedException
java.io.IOException