org.drools.smf
Class SMFTestFrameWork
java.lang.Object
TestCase
org.drools.smf.SMFTestFrameWork
public abstract class SMFTestFrameWork
- extends TestCase
-

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMFTestFrameWork
public SMFTestFrameWork(java.lang.String name)
setUp
public void setUp(java.lang.String semantic,
Importer importer)
throws java.lang.Exception
- Reads in the specified data file and extracts to a List of tests using
the delimter
- Throws:
java.lang.Exception
testConditions
public void testConditions()
throws java.lang.Exception
- Tests each of the extracted tests from conditions.data
- Throws:
java.lang.Exception
testConsequences
public void testConsequences()
throws java.lang.Exception
- Tests each of the extracted tests from consequences.data
- Throws:
java.lang.Exception
conditionExceptionTest
public static boolean conditionExceptionTest()
throws java.lang.Exception
- Throws:
java.lang.Exception
consequenceExceptionTest
public static void consequenceExceptionTest()
throws java.lang.Exception
- Throws:
java.lang.Exception