Class StrUtil.Tester

java.lang.Object
  |
  +--StrUtil.Tester
Enclosing class:
StrUtil

public static class StrUtil.Tester
extends java.lang.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
StrUtil.Tester()
           
 
Method Summary
static void main(java.lang.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

StrUtil.Tester

public StrUtil.Tester()
Method Detail

main

public static void main(java.lang.String[] args)
Main testing method.
Parameters:
args - Array of command line argument strings
Returns:
None.
Throws:
Exceptions - None.