Package groovy.test
package groovy.test
Testing utilities and base classes for Groovy test development.
GroovyTestCase (JUnit 3 base), GroovyAssert (JUnit 4/5),
AgileDox naming, mock/stub utilities via groovy.mock.interceptor.
-
ClassDescriptionAllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy from inside a Java IDE.
GroovyAssertcontains a set of static assertion and test helper methods for JUnit 4+.A JUnit 3TestCasebase class in Groovy.A TestSuite which will run a Groovy unit test case inside any Java IDE either as a unit test case or as an application.Method annotation used to invert test case results.