Package groovy.test


package groovy.test
  • Class
    Description
    AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy from inside a Java IDE.
    GroovyAssert contains a set of static assertion and test helper methods for JUnit 4+.
    A JUnit 3 TestCase base 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.