net.sourceforge.jxunit
Class JXTestArg

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

public class JXTestArg
extends Object
implements JXTestStep


Field Summary
 String file
           
 boolean indirect
           
 String schema
           
 String schemaClass
           
 String value
           
 
Constructor Summary
JXTestArg()
           
 
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

schema

public String schema

file

public String file

value

public String value

indirect

public boolean indirect

schemaClass

public String schemaClass
Constructor Detail

JXTestArg

public JXTestArg()
Method Detail

eval

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