| Class |
Description |
|
AllTestSuite
|
AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy
from inside a Java IDE.
|
|
GroovyAssert
|
@deprecated Use the GroovyAssert class instead |
|
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
|
JavadocAssertionTestBuilder will dynamically create a test cases from Groovy assertions placed within
the Javadoc comments of a source file. |
|
JavadocAssertionTestSuite
|
JavadocAssertionTestSuite will dynamically create test cases from Groovy assertions placed within
Javadoc comments. |
|
StringTestUtil
|
|