net.sourceforge.jxunit
Class DummyTestStep

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

public class DummyTestStep
extends Object
implements JXTestStep


Constructor Summary
DummyTestStep()
           
 
Method Summary
 void eval(JXTestCase testCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyTestStep

public DummyTestStep()
Method Detail

eval

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