All Classes
| Class | Description |
|---|---|
| AllTestSuite |
AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy
from inside a Java IDE.
|
| AllTestSuite | Deprecated. |
| GroovyAssert |
GroovyAssert contains a set of static assertion and test helper methods and is supposed to be a Groovy
extension of JUnit 4's Assert class. |
| GroovyAssert | Deprecated. |
| GroovyTestCase |
A JUnit 3
TestCase base class in Groovy. |
| GroovyTestCase | Deprecated. |
| 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.
|
| GroovyTestSuite | Deprecated. |
| MockProxyMetaClass |
The ProxyMetaClass for the MockInterceptor.
|
| NotYetImplemented |
Method annotation used to invert test case results.
|
| NotYetImplemented | Deprecated. |
| NotYetImplementedASTTransformation |
Generates code for the
@NotYetImplemented annotation. |
| NotYetImplementedLegacyASTTransformation | Deprecated. |
| ScriptTestAdapter |
An adapter to make any Groovy Script class an instance of a JUnit Test
|
| ScriptTestAdapter | Deprecated. |
GroovyAssertclass instead