aima.test.logictest.foltest
Class FOLLexerTest

java.lang.Object
  extended by TestCase
      extended by aima.test.logictest.foltest.FOLLexerTest

public class FOLLexerTest
extends TestCase


Constructor Summary
FOLLexerTest()
           
 
Method Summary
 void setUp()
           
 void testConnectors()
           
 void testFunctions()
           
 void testLexBasicExpression()
           
 void testMultiArgPredicate()
           
 void testPredicate()
           
 void testQuantifier()
           
 void testTermEquality()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FOLLexerTest

public FOLLexerTest()
Method Detail

setUp

public void setUp()

testLexBasicExpression

public void testLexBasicExpression()

testConnectors

public void testConnectors()

testFunctions

public void testFunctions()

testPredicate

public void testPredicate()

testMultiArgPredicate

public void testMultiArgPredicate()

testQuantifier

public void testQuantifier()

testTermEquality

public void testTermEquality()