net.sourceforge.jxunit
Class JXAbsolute

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

public class JXAbsolute
extends Object
implements JXTestStep


Field Summary
 String dir
           
 boolean indirect
           
 String name
           
 String value
           
 
Constructor Summary
JXAbsolute()
           
 
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

dir

public String dir

name

public String name

value

public String value

indirect

public boolean indirect
Constructor Detail

JXAbsolute

public JXAbsolute()
Method Detail

eval

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