- All Implemented Interfaces:
junit.framework.Test
public class ScriptTestAdapter
extends Object
implements junit.framework.Test
An adapter to make any Groovy Script class an instance of a JUnit Test
-
Constructor Summary
Constructors
-
Method Summary
int
void
run(junit.framework.TestResult result)
-
Constructor Details
-
ScriptTestAdapter
public ScriptTestAdapter(Class scriptClass,
String[] arguments)
-
Method Details
-
countTestCases
public int countTestCases()
- Specified by:
countTestCases
in interface junit.framework.Test
-
run
public void run(junit.framework.TestResult result)
- Specified by:
run
in interface junit.framework.Test
-