net.sourceforge.jxweb
Class LoadProperties
java.lang.Object
|
+--net.sourceforge.jxweb.HttpStep
|
+--net.sourceforge.jxweb.LoadProperties
- All Implemented Interfaces:
- JXTestStep
- public class LoadProperties
- extends HttpStep
This class is a test step for loading a properties file into the test
properties. Various other test steps can then refer to these loaded
properties for setting various values.
- Author:
- avollmer
Method Summary |
void |
eval(JXTestCase testCase)
Overrides the eval() method from the parent
HttpStep class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileName
public String fileName
- The name of the file to load
LoadProperties
public LoadProperties()
eval
public void eval(JXTestCase testCase)
throws Throwable
- Overrides the
eval()
method from the parent
HttpStep
class.
- Overrides:
eval
in class HttpStep