| Class | Description | 
                            | AllTestSuite | AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy
 from inside a Java IDE. | 
                            | GroovyAssert |  | 
                            | GroovyLogTestCase | Helper class to spoof log entries as produced by calling arbitrary code. | 
                            | GroovyShellTestCase | Groovy test case, which recreates internal GroovyShell in each setUp() | 
                            | GroovyTestCase | A JUnit 3 TestCase base class in Groovy. | 
                            | GroovyTestSuite | A TestSuite which will run a Groovy unit test case inside any Java IDE
 either as a unit test case or as an application. | 
                            | JavadocAssertionTestBuilder | JavadocAssertionTestBuilderwill dynamically create a test cases from Groovy assertions placed within
 the Javadoc comments of a source file. | 
                            | JavadocAssertionTestSuite | JavadocAssertionTestSuitewill dynamically create test cases from Groovy assertions placed within
 Javadoc comments. | 
                            | StringTestUtil |  |