net.sourceforge.jxunit
Class JXRun

java.lang.Object
  |
  +--net.sourceforge.jxunit.JXRun
All Implemented Interfaces:
JXTestStep

public class JXRun
extends Object
implements JXTestStep


Field Summary
 String file
           
 boolean indirect
           
 String schema
           
 String schemaClass
           
 
Constructor Summary
JXRun()
           
 
Method Summary
 void eval(JXTestCase testCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indirect

public boolean indirect

file

public String file

schema

public String schema

schemaClass

public String schemaClass
Constructor Detail

JXRun

public JXRun()
Method Detail

eval

public void eval(JXTestCase testCase)
          throws Throwable
Specified by:
eval in interface JXTestStep