org.codehaus.groovy.runtime
[Java] Class ScriptTestAdapter
java.lang.Object
org.codehaus.groovy.runtime.ScriptTestAdapter
- All Implemented Interfaces:
- Test
public class ScriptTestAdapter
An adapter to make any Groovy Script class an instance of a JUnit Test
- Version:
- \$Revision\$
ScriptTestAdapter
public ScriptTestAdapter(Class scriptClass, String[] arguments)
-
countTestCases
public int countTestCases()
-
run
public void run(TestResult result)
-
toString
public String toString()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.