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
The System Property to set as base directory for collection of Test Cases.
|
static String |
SYSPROP_TEST_EXCLUDES_PATTERN
The System Property to set as a filename excludes pattern for collection of Test Cases.
|
static String |
SYSPROP_TEST_PATTERN
The System Property to set as the filename pattern for collection of Test Cases.
|
Constructor and Description |
---|
AllTestSuite() |
Modifier and Type | Method and Description |
---|---|
protected Class |
compile(String filename) |
protected void |
loadTest(String filename) |
static junit.framework.Test |
suite() |
static junit.framework.Test |
suite(String basedir,
String pattern) |
static junit.framework.Test |
suite(String basedir,
String pattern,
String excludesPattern) |
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