com.infoscape.proteus
Class Tester

java.lang.Object
  |
  +--com.infoscape.proteus.Tester

public class Tester
extends java.lang.Object

Tester is a test wrapper for sources and sinks. It takes an xml source or sink specification and an optional message, and it either puts the message (default "Hello, World") to the sink or returns a message from the source.


Constructor Summary
Tester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception