Class TokenTest

java.lang.Object
  extended by TokenTest

public class TokenTest
extends java.lang.Object

Provide a simple test harness for the Token class.


Constructor Summary
TokenTest()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Super simple test case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenTest

public TokenTest()
Method Detail

main

public static void main(java.lang.String[] arg)
Super simple test case. Create a few representative Tokens and use println and the toString method to print them out.