aima.test.logictest.prop.parser
Class PEParserTest

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

public class PEParserTest
extends TestCase


Constructor Summary
PEParserTest()
           
 
Method Summary
 void setUp()
           
 void testAtomicSentenceFalseParse()
           
 void testAtomicSentenceSymbolParse()
           
 void testAtomicSentenceTrueParse()
           
 void testBinarySentenceParse()
           
 void testComplexSentenceParse()
           
 void testMultiSentenceAndParse()
           
 void testMultiSentenceBracketedParse()
           
 void testMultiSentenceOrParse()
           
 void testNotSentenceParse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PEParserTest

public PEParserTest()
Method Detail

setUp

public void setUp()

testAtomicSentenceTrueParse

public void testAtomicSentenceTrueParse()

testAtomicSentenceFalseParse

public void testAtomicSentenceFalseParse()

testAtomicSentenceSymbolParse

public void testAtomicSentenceSymbolParse()

testNotSentenceParse

public void testNotSentenceParse()

testBinarySentenceParse

public void testBinarySentenceParse()

testMultiSentenceAndParse

public void testMultiSentenceAndParse()

testMultiSentenceOrParse

public void testMultiSentenceOrParse()

testMultiSentenceBracketedParse

public void testMultiSentenceBracketedParse()

testComplexSentenceParse

public void testComplexSentenceParse()