aima.test.learningtest
Class DLTestTestCase

java.lang.Object
  extended by TestCase
      extended by aima.test.learningtest.DLTestTestCase

public class DLTestTestCase
extends TestCase


Constructor Summary
DLTestTestCase()
           
 
Method Summary
 void testDecisionList()
           
 void testDLTestMatchesEvenOnMismatchedTargetAttributeValue()
           
 void testDLTestMatchFailsOnMismatchedExample()
           
 void testDLTestMatchSucceedsWithMatchedExample()
           
 void testDLTestReturnsMatchedAndUnmatchedExamplesCorrectly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLTestTestCase

public DLTestTestCase()
Method Detail

testDecisionList

public void testDecisionList()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testDLTestMatchSucceedsWithMatchedExample

public void testDLTestMatchSucceedsWithMatchedExample()
                                               throws java.lang.Exception
Throws:
java.lang.Exception

testDLTestMatchFailsOnMismatchedExample

public void testDLTestMatchFailsOnMismatchedExample()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

testDLTestMatchesEvenOnMismatchedTargetAttributeValue

public void testDLTestMatchesEvenOnMismatchedTargetAttributeValue()
                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testDLTestReturnsMatchedAndUnmatchedExamplesCorrectly

public void testDLTestReturnsMatchedAndUnmatchedExamplesCorrectly()
                                                           throws java.lang.Exception
Throws:
java.lang.Exception