public class ScriptTestAdapter extends Object implements junit.framework.Test
ScriptTestAdapter(Class scriptClass, String[] arguments)
int
countTestCases()
void
run(junit.framework.TestResult result)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ScriptTestAdapter(Class scriptClass, String[] arguments)
public int countTestCases()
countTestCases
junit.framework.Test
public void run(junit.framework.TestResult result)
run
public String toString()
toString
Object