gshute.ioutil
Class LineScannerTest

java.lang.Object
  |
  +--gshute.ioutil.LineScannerTest

public class LineScannerTest
extends java.lang.Object

Class LineScannerTest provides a main function for testing the LineScanner class.


Constructor Summary
LineScannerTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          main(argv) tests the LineScanner class.
static void test(java.lang.String str)
          test(str) tests the LineScanner class on str.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineScannerTest

public LineScannerTest()
Method Detail

test

public static void test(java.lang.String str)
test(str) tests the LineScanner class on str.

main

public static void main(java.lang.String[] args)
main(argv) tests the LineScanner class.