|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--StrUtil.Tester
Each class contains a Tester inner class with a main() for easier unit testing. To call main from the command line, use:
java class$Testerwhere "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 |
public StrUtil.Tester()
Method Detail |
public static void main(java.lang.String[] args)
args
- Array of command line argument stringsExceptions
- None.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |