org.codehaus.groovy.runtime
Class ScriptTestAdapter
java.lang.Object
org.codehaus.groovy.runtime.ScriptTestAdapter
- All Implemented Interfaces:
- Test
class ScriptTestAdapter
extends Object
An adapter to make any Groovy Script class an instance of a JUnit Test
- version:
- $Revision: 6778 $
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
ScriptTestAdapter
public ScriptTestAdapter(Class scriptClass, String[] arguments)
-
countTestCases
public int countTestCases()
-
run
public void run(TestResult result)
-
toString
public String toString()
-
Copyright © 2003-2009 The Codehaus. All rights reserved.