net.sourceforge.jxweb
Class MessageStep
java.lang.Object
|
+--net.sourceforge.jxweb.HttpStep
|
+--net.sourceforge.jxweb.MessageStep
- All Implemented Interfaces:
- JXTestStep
- public class MessageStep
- extends HttpStep
This test step is an interface to the java.text.MessageFormat
class. It gives the scripter the ability to print out some parameterized
messages to standard out. This is mostly useful for debugging when you want
to look at the value of test properties that have been set.
- Author:
- Alex Vollmer
Method Summary |
void |
eval(JXTestCase jXTestCase)
Overrides parent method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
public String text
- The main text of your message
values
public ArrayList values
- The list of test property names
MessageStep
public MessageStep()
eval
public void eval(JXTestCase jXTestCase)
throws Throwable
- Overrides parent method
- Overrides:
eval
in class HttpStep