aima.test.logictest.prop.parser
Class PEParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by aima.test.logictest.prop.parser.PEParserTest
All Implemented Interfaces:
junit.framework.Test

public class PEParserTest
extends junit.framework.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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PEParserTest

public PEParserTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

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()