aima.test.logictest.prop.parser
Class PELexerTest

java.lang.Object
  extended by TestCase
      extended by aima.test.logictest.prop.parser.PELexerTest

public class PELexerTest
extends TestCase


Constructor Summary
PELexerTest()
           
 
Method Summary
 void testLexBasicExpression()
           
 void testLexBiCOnditionalExpression()
           
 void testLexImpliesExpression()
           
 void testLexNotExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PELexerTest

public PELexerTest()
Method Detail

testLexBasicExpression

public void testLexBasicExpression()

testLexNotExpression

public void testLexNotExpression()

testLexImpliesExpression

public void testLexImpliesExpression()

testLexBiCOnditionalExpression

public void testLexBiCOnditionalExpression()