aima.test.logictest.prop.parser
Class PEParserTest
java.lang.Object
TestCase
aima.test.logictest.prop.parser.PEParserTest
public class PEParserTest
- extends TestCase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PEParserTest
public PEParserTest()
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()