com.bristle.javalib.util
Class BooleanWrapper.Tester

java.lang.Object
  extended by com.bristle.javalib.util.BooleanWrapper.Tester
Enclosing class:
BooleanWrapper

public static class BooleanWrapper.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
BooleanWrapper.Tester()
           
 
Method Summary
static void main(String[] args)
          Main testing method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanWrapper.Tester

public BooleanWrapper.Tester()
Method Detail

main

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

Parameters:
args - Array of command line argument strings