net.sourceforge.jxunit
Class JXEval

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

public class JXEval
extends Object
implements JXTestStep


Field Summary
 String stepClass
           
 
Constructor Summary
JXEval()
           
 
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

stepClass

public String stepClass
Constructor Detail

JXEval

public JXEval()
Method Detail

eval

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