Package org.codehaus.groovy.runtime
Class ScriptTestAdapter
java.lang.Object
org.codehaus.groovy.runtime.ScriptTestAdapter
- All Implemented Interfaces:
junit.framework.Test
@Deprecated public class ScriptTestAdapter extends Object implements junit.framework.Test
Deprecated.
An adapter to make any Groovy Script class an instance of a JUnit Test
-
Constructor Summary
Constructors Constructor Description ScriptTestAdapter(Class scriptClass, String[] arguments)
Deprecated. -
Method Summary
Modifier and Type Method Description int
countTestCases()
Deprecated.void
run(junit.framework.TestResult result)
Deprecated.String
toString()
Deprecated.
-
Constructor Details
-
ScriptTestAdapter
Deprecated.
-
-
Method Details
ScriptTestAdapter