Package groovy.test

Class GroovyTestCase

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
groovy.test.GroovyTestCase
All Implemented Interfaces:
junit.framework.Test

public class GroovyTestCase
extends junit.framework.TestCase
A JUnit 3 TestCase base class in Groovy. In case JUnit 4 is used, see GroovyAssert.
See Also:
GroovyAssert