Package groovy.util

Class GroovyTestCase

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

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