@Deprecated public class AllTestSuite extends junit.framework.TestSuite
When setting the log level of this class to FINEST, all file loading will be logged.
See also groovy.util.AllTestSuiteTest.groovy
Modifier and Type | Field and Description |
---|---|
static String |
SYSPROP_TEST_DIR
Deprecated.
The System Property to set as base directory for collection of Test Cases.
|
static String |
SYSPROP_TEST_EXCLUDES_PATTERN
Deprecated.
The System Property to set as a filename excludes pattern for collection of Test Cases.
|
static String |
SYSPROP_TEST_PATTERN
Deprecated.
The System Property to set as the filename pattern for collection of Test Cases.
|
Constructor and Description |
---|
AllTestSuite()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Class |
compile(String filename)
Deprecated.
|
protected void |
loadTest(String filename)
Deprecated.
|
static junit.framework.Test |
suite()
Deprecated.
|
static junit.framework.Test |
suite(String basedir,
String pattern)
Deprecated.
|
static junit.framework.Test |
suite(String basedir,
String pattern,
String excludesPattern)
Deprecated.
|
public static final String SYSPROP_TEST_DIR
public static final String SYSPROP_TEST_PATTERN
public static final String SYSPROP_TEST_EXCLUDES_PATTERN
public static junit.framework.Test suite()
public static junit.framework.Test suite(String basedir, String pattern, String excludesPattern)
protected void loadTest(String filename) throws CompilationFailedException, IOException
protected Class compile(String filename) throws CompilationFailedException, IOException