argparser
Class ArgParserTest

java.lang.Object
  extended byargparser.ArgParserTest

public class ArgParserTest
extends java.lang.Object

Testing class for the class ArgParser. Executing the main method of this class will perform a suite of tests to help verify correct operation of the parser class.

Author:
John E. Lloyd, Fall 2004
See Also:
ArgParser

Method Summary
static void main(java.lang.String[] args)
          Runs a set of tests to verify correct operation of the ArgParser class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Runs a set of tests to verify correct operation of the ArgParser class. If all the tests run correctly, the program prints the message Passed and terminates. Otherwise, diagnostic information is printed at the first point of failure.