org.kuali.rice.krad.service
Class KualiRuleServiceTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaselineTestCase
org.kuali.test.KRADTestCase
org.kuali.rice.krad.service.KualiRuleServiceTest
- All Implemented Interfaces:
- MethodAware
public class KualiRuleServiceTest
- extends KRADTestCase
KualiRuleServiceTest tests KualiRuleService
Testing applyRules( event ) has proven to be too strongly dependent on an actual document type, and business rule, and XML
document which binds them together, to be really useful. Instead, we'll test each of the applyRules( rule, event ) methods which
are called by applyRules( event ), since they do the actual work involved in applying a rule.
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KualiRuleServiceTest
public KualiRuleServiceTest()
setUp
public void setUp()
throws Exception
- Overrides:
setUp
in class BaselineTestCase
- Throws:
Exception
testApplyRules_approveDocument_nullEvent
public void testApplyRules_approveDocument_nullEvent()
testApplyRules_approveDocument_nullDocument
public void testApplyRules_approveDocument_nullDocument()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.