@Deprecated public class GroovyTestSuite extends junit.framework.TestSuite
 You can specify the GroovyUnitTest to run by running this class as an application
 and specifying the script to run on the command line.
 
 java groovy.util.GroovyTestSuite src/test/Foo.groovy
 
 Or to run the test suite as a unit test suite in an IDE you can use
 the 'test' system property to define the test script to run.
 e.g. pass this into the JVM when the unit test plugin runs...
 
 -Dtest=src/test/Foo.groovy
 
| Modifier and Type | Field and Description | 
|---|---|
protected static String | 
file
Deprecated.  
  | 
protected GroovyClassLoader | 
loader
Deprecated.  
  | 
| Constructor and Description | 
|---|
GroovyTestSuite()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Class | 
compile(String fileName)
Deprecated.  
  | 
void | 
loadTestSuite()
Deprecated.  
  | 
static void | 
main(String[] args)
Deprecated.  
  | 
static junit.framework.Test | 
suite()
Deprecated.  
  | 
protected static String file
protected final GroovyClassLoader loader
public static void main(String[] args)
public static junit.framework.Test suite()