public class AllTestSuite
extends junit.framework.TestSuite
When setting the loglevel of this class to FINEST, all file loading will be logged.
See also groovy.util.AllTestSuiteTest.groovy
Modifier and Type | Field and 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 and Description |
---|
AllTestSuite() |
Modifier and Type | Method and 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