net.sourceforge.jxunit
Class JXTestSet

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

public class JXTestSet
extends Object
implements JXTestStep


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

name

public String name

schema

public String schema

file

public String file

value

public String value

indirect

public boolean indirect

schemaClass

public String schemaClass
Constructor Detail

JXTestSet

public JXTestSet()
Method Detail

eval

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