org.kuali.rice.kew.rule.service.impl
Class RuleServiceTest

java.lang.Object
  extended by org.junit.Assert
      extended by org.kuali.rice.test.BaseRiceTestCase
          extended by org.kuali.rice.test.RiceTestCase
              extended by org.kuali.rice.test.RiceInternalSuiteDataTestCase
                  extended by org.kuali.rice.kew.test.KEWTestCase
                      extended by org.kuali.rice.kew.rule.service.impl.RuleServiceTest
All Implemented Interfaces:
MethodAware

public class RuleServiceTest
extends KEWTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kew.test.KEWTestCase
KEWTestCase.ClearCacheLifecycle
 
Field Summary
 
Fields inherited from class org.kuali.rice.test.RiceTestCase
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
RuleServiceTest()
           
 
Method Summary
private  List<RuleBaseValues> getListFromCache(String ruleTemplateName, String documentTypeName)
           
protected  void loadTestData()
           
 void testClearCacheWithDocumentTypeUpdate()
           
 void testEmptyRuleExtension()
          Tests the effect of adding a rule with an extension that has an empty value.
 void testRemoveRuleInvolvementMultipleDelegations()
          This tests removing involvement of a user from multiple delegation rules on a parent.
 void testReplaceRuleInvolvement()
           
 void testReplaceRuleInvolvementDelegateToSelf()
          Tests a fringe case where someone is their own delegate and does a replacement.
 void testReplaceRuleInvolvementWithDelegations()
           
 void testRetrievalOfRulesWithoutResponsibilities()
          Tests the RuleService's ability to retrieve RuleBaseValues instances that lack an associated rule responsibility.
 
Methods inherited from class org.kuali.rice.kew.test.KEWTestCase
buildJettyServer, getGroupIdForName, getJettyServerContextName, getJettyServerPort, getJettyServerRelativeWebappRoot, getKEWBootstrapSpringFile, getModuleName, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getPrincipalIdForName, getPrincipalNameForId, getSuiteLifecycles, getTransactionTemplate, loadDefaultTestData, loadPerTestData, loadSuiteTestData, loadXmlFile, loadXmlFile, loadXmlFileFromFileSystem, loadXmlStream, setUpAfterDataLoad, setUpInternal
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKNSDefaultSuiteTestData
 
Methods inherited from class org.kuali.rice.test.RiceTestCase
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getLoadApplicationLifecycle, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setModuleName, setUp, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
 
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod
 
Methods inherited from class org.junit.Assert
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleServiceTest

public RuleServiceTest()
Method Detail

loadTestData

protected void loadTestData()
                     throws Exception
Overrides:
loadTestData in class KEWTestCase
Throws:
Exception

testClearCacheWithDocumentTypeUpdate

public void testClearCacheWithDocumentTypeUpdate()
                                          throws Exception
Throws:
Exception

getListFromCache

private List<RuleBaseValues> getListFromCache(String ruleTemplateName,
                                              String documentTypeName)

testReplaceRuleInvolvement

public void testReplaceRuleInvolvement()
                                throws Exception
Throws:
Exception

testReplaceRuleInvolvementWithDelegations

public void testReplaceRuleInvolvementWithDelegations()
                                               throws Exception
Throws:
Exception

testReplaceRuleInvolvementDelegateToSelf

public void testReplaceRuleInvolvementDelegateToSelf()
                                              throws Exception
Tests a fringe case where someone is their own delegate and does a replacement.

Throws:
Exception

testRemoveRuleInvolvementMultipleDelegations

public void testRemoveRuleInvolvementMultipleDelegations()
                                                  throws Exception
This tests removing involvement of a user from multiple delegation rules on a parent. The setup includes a parent rule with 4 delegations on it.

Throws:
Exception

testEmptyRuleExtension

public void testEmptyRuleExtension()
                            throws Exception
Tests the effect of adding a rule with an extension that has an empty value. Currently, depending on database, this may yield a constraint violation as the empty string may be interpreted as a NULL value by the database.

Throws:
Exception
See Also:
https://test.kuali.org/jira/browse/KULRNE-6182

testRetrievalOfRulesWithoutResponsibilities

public void testRetrievalOfRulesWithoutResponsibilities()
                                                 throws Exception
Tests the RuleService's ability to retrieve RuleBaseValues instances that lack an associated rule responsibility.

Throws:
Exception
See Also:
https://test.kuali.org/jira/browse/KULRICE-3513


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.