com.bristle.javalib.xml
Class XMLWriter.Tester

java.lang.Object
  extended by com.bristle.javalib.xml.XMLWriter.Tester
Enclosing class:
XMLWriter

public static class XMLWriter.Tester
extends Object

Each class contains a Tester inner class with a main() for easier unit testing. To call main from the command line, use:

   java class$Tester
where "class" is the name of the outer class.


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

Constructor Detail

XMLWriter.Tester

public XMLWriter.Tester()
Method Detail

main

public static void main(String[] args)
Main testing method.

Parameters:
args - Array of command line argument strings