aima.test.learningtest
Class DLTestTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by aima.test.learningtest.DLTestTestCase
All Implemented Interfaces:
junit.framework.Test

public class DLTestTestCase
extends junit.framework.TestCase


Constructor Summary
DLTestTestCase()
           
 
Method Summary
 void testDecisionList()
           
 void testDLTestMatchesEvenOnMismatchedTargetAttributeValue()
           
 void testDLTestMatchFailsOnMismatchedExample()
           
 void testDLTestMatchSucceedsWithMatchedExample()
           
 void testDLTestReturnsMatchedAndUnmatchedExamplesCorrectly()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

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