aima.test.logictest.prop.algorithms
Class KnowledgeBaseTest

java.lang.Object
  extended by TestCase
      extended by aima.test.logictest.prop.algorithms.KnowledgeBaseTest

public class KnowledgeBaseTest
extends TestCase


Constructor Summary
KnowledgeBaseTest()
           
 
Method Summary
 void setUp()
           
 void testEmptyKnowledgeBaseIsAnEmptyString()
           
 void testKnowledgeBaseWithOneSentenceToString()
           
 void testKnowledgeBaseWithThreeSentencesToString()
           
 void testKnowledgeBaseWithTwoSentencesToString()
           
 void testTellDoesNotInsertSameSentenceTwice()
           
 void testTellInsertsSentence()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeBaseTest

public KnowledgeBaseTest()
Method Detail

setUp

public void setUp()

testTellInsertsSentence

public void testTellInsertsSentence()

testTellDoesNotInsertSameSentenceTwice

public void testTellDoesNotInsertSameSentenceTwice()

testEmptyKnowledgeBaseIsAnEmptyString

public void testEmptyKnowledgeBaseIsAnEmptyString()

testKnowledgeBaseWithOneSentenceToString

public void testKnowledgeBaseWithOneSentenceToString()

testKnowledgeBaseWithTwoSentencesToString

public void testKnowledgeBaseWithTwoSentencesToString()

testKnowledgeBaseWithThreeSentencesToString

public void testKnowledgeBaseWithThreeSentencesToString()