net.sourceforge.jxweb
Class Echo

java.lang.Object
  |
  +--net.sourceforge.jxweb.Echo
All Implemented Interfaces:
JXTestStep

public class Echo
extends Object
implements JXTestStep

This class is a simple means of printing some kind of message to standard out.

Example:


    <echo>Put your message here/<echo>
 

Author:
Alex Vollmer

Field Summary
 String message
           
 
Constructor Summary
Echo(String message)
          Constructs a new instance with the given message
 
Method Summary
 void eval(JXTestCase testCase)
          Implements eval() from JXTestStep interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public String message
Constructor Detail

Echo

public Echo(String message)
Constructs a new instance with the given message
Parameters:
message -  
Method Detail

eval

public void eval(JXTestCase testCase)
          throws Throwable
Implements eval() from JXTestStep interface.
Specified by:
eval in interface JXTestStep
Parameters:
testCase - Instance of JXTestCase