aima.test.learningtest
Class DecisionListTest
java.lang.Object
TestCase
aima.test.learningtest.DecisionListTest
public class DecisionListTest
- extends TestCase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionListTest
public DecisionListTest()
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