aima.test.learningtest
Class DecisionListTest

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

public class DecisionListTest
extends TestCase


Constructor Summary
DecisionListTest()
           
 
Method Summary
 void testDecisionListFallsThruToDefaultIfNoTestMatches()
           
 void testDecisionListFallsThruToNextTestIfOneDoesntMatch()
           
 void testDecisionListHandlesEmptyDataSet()
           
 void testDecisionListMerge()
           
 void testDecisionListWithSingleTestReturnsTestValueIfTestSuccessful()
           
 void testDecisonListWithNoTestsReturnsDefaultValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionListTest

public DecisionListTest()
Method Detail

testDecisonListWithNoTestsReturnsDefaultValue

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

testDecisionListWithSingleTestReturnsTestValueIfTestSuccessful

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

testDecisionListFallsThruToNextTestIfOneDoesntMatch

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

testDecisionListFallsThruToDefaultIfNoTestMatches

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

testDecisionListHandlesEmptyDataSet

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

testDecisionListMerge

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