net.sourceforge.jxunit
Class JXTestException

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

public class JXTestException
extends Object
implements JXTestStep


Field Summary
 String eclass
           
 
Constructor Summary
JXTestException()
           
 
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

eclass

public String eclass
Constructor Detail

JXTestException

public JXTestException()
Method Detail

eval

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