Class ScriptTestAdapter
java.lang.Object
org.codehaus.groovy.runtime.ScriptTestAdapter
- All Implemented Interfaces:
junit.framework.Test
An adapter to make any Groovy Script class an instance of a JUnit Test
- Version:
- $Revision$
-
Constructor Details
-
ScriptTestAdapter
-
-
Method Details
-
countTestCases
public int countTestCases()- Specified by:
countTestCasesin interfacejunit.framework.Test
-
run
public void run(junit.framework.TestResult result) - Specified by:
runin interfacejunit.framework.Test
-
toString
-