net.sourceforge.jxunit
Class JXSubst

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

public class JXSubst
extends Object
implements JXTestStep


Field Summary
 boolean indirect
           
 boolean matchCase
           
 String name
           
 String regexp
           
 String value
           
 
Constructor Summary
JXSubst()
           
 
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

value

public String value

indirect

public boolean indirect

regexp

public String regexp

matchCase

public boolean matchCase
Constructor Detail

JXSubst

public JXSubst()
Method Detail

eval

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