slogo.jelan.parser.tests
Class TokenizerTest

java.lang.Object
  extended by slogo.jelan.parser.tests.TokenizerTest

public class TokenizerTest
extends java.lang.Object

Bastardizing the JUnit tests a bit because there is some dependence on other classes besides the Tokenizer (namely TokenFactory).

Author:
sprenkle

Constructor Summary
TokenizerTest()
           
 
Method Summary
 void testTokenizeAssignmentStatement()
           
 void testTokenizePrintStatement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenizerTest

public TokenizerTest()
Method Detail

testTokenizePrintStatement

public void testTokenizePrintStatement()

testTokenizeAssignmentStatement

public void testTokenizeAssignmentStatement()