org.kuali.rice.krms.test
Class RuleManagementRuleDefinitionTest

java.lang.Object
  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.test.BaseModuleTestCase
                  extended by org.kuali.rice.test.BaselineTestCase
                      extended by org.kuali.rice.krms.test.KRMSTestCase
                          extended by org.kuali.rice.krms.test.RuleManagementBaseTest
                              extended by org.kuali.rice.krms.test.RuleManagementRuleDefinitionTest
All Implemented Interfaces:
MethodAware

public class RuleManagementRuleDefinitionTest
extends RuleManagementBaseTest

RuleManagementRuleDefinitionTest is to test the methods of ruleManagementServiceImpl relating to RuleDefinitions Each test focuses on one of the methods.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.test.BaselineTestCase
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
 
Field Summary
 
Fields inherited from class org.kuali.rice.krms.test.RuleManagementBaseTest
actionBoService, agendaBoService, businessObjectService, CLASS_DISCRIMINATOR, contextRepository, functionBoService, krmsAttributeDefinitionService, krmsTypeRepository, ruleBoService, ruleManagementService, termBoService
 
Fields inherited from class org.kuali.rice.test.BaselineTestCase
dirty
 
Fields inherited from class org.kuali.rice.test.BaseModuleTestCase
LOG, moduleName
 
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
RuleManagementRuleDefinitionTest()
           
 
Method Summary
 void setClassDiscriminator()
          Extending test classes can override setClassDiscriminator method and set a unique value for the class The override method should be called @before tests to ensure a unique discriminator for the class Test object naming is comprised of class, test and object uniqueness discriminators.
 void testCreateRule()
          Test testCreateRule() This test focuses specifically on the RuleManagementServiceImpl .createRule(RuleDefinition) method
 void testDeleteRule()
          Test testDeleteRule() This test focuses specifically on the RuleManagementServiceImpl .deleteRule("rule id") method
 void testFindRuleIds()
          Test testFindRuleIds() This test focuses specifically on the RuleManagementServiceImpl .findRuleIds( QueryByCriteria) method
 void testGetRule()
          Test testGetRule() This test focuses specifically on the RuleManagementServiceImpl .getRule("rule id") method
 void testGetRuleByNameAndNamespace()
          Test testGetRuleByNameAndNamespace() This test focuses specifically on the RuleManagementServiceImpl .getRuleByNameAndNamespace("rule name", "namespace") method
 void testGetRules()
          Test testGetRules() This test focuses specifically on the RuleManagementServiceImpl .getRules(List ruleIds) method
 void testRuleCacheEvict()
          Tests whether the RuleDefinition cache is being evicted properly by checking the status the dependent objects before and after creating an RuleDefinition (and consequently emptying the cache).
 void testUpdateRule()
          Test testUpdateRule() This test focuses specifically on the RuleManagementServiceImpl .updateRule(RuleDefinition) method
 
Methods inherited from class org.kuali.rice.krms.test.RuleManagementBaseTest
buildComplexAgenda, buildTestActionDefinition, buildTestActionDefinition, buildTestAgendaItemDefinition, buildTestContext, buildTestNaturalLanguageUsage, buildTestRuleDefinition, createComplexAgenda, createKrmsActionTypeDefinition, createKrmsTypeDefinition, createKrmsTypeDefinition, createReferenceObjectBinding, createTestAgenda, createTestAgenda, createTestCompoundProposition, createTestKrmsAttribute, createTestNaturalLanguageTemplate, createTestNaturalLanguageTemplate, createTestPropositionForRule, createTestPropositionForTranslation, createTestReferenceObjectBinding, createTestSimpleProposition, createTestTermSpecification, getPerTestTablesNotToClear, setup
 
Methods inherited from class org.kuali.rice.krms.test.KRMSTestCase
getLoadApplicationLifecycle, getModuleName, getPerTestTablesToClear, getSuiteLifecycles, loadSuiteTestData
 
Methods inherited from class org.kuali.rice.test.BaselineTestCase
getClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUp
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData
 
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, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
 
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleManagementRuleDefinitionTest

public RuleManagementRuleDefinitionTest()
Method Detail

setClassDiscriminator

public void setClassDiscriminator()
Description copied from class: RuleManagementBaseTest
Extending test classes can override setClassDiscriminator method and set a unique value for the class The override method should be called @before tests to ensure a unique discriminator for the class Test object naming is comprised of class, test and object uniqueness discriminators. The Class Discriminator is set by this method A Test Discriminator may be used to set unique test names at the start of each test. ex: RuleManagementBaseTestObjectNames.setTestObjectNames(testDiscriminator) The Object Discriminators are Sequential (object0, object1 ...)

Overrides:
setClassDiscriminator in class RuleManagementBaseTest

testGetRuleByNameAndNamespace

public void testGetRuleByNameAndNamespace()
Test testGetRuleByNameAndNamespace() This test focuses specifically on the RuleManagementServiceImpl .getRuleByNameAndNamespace("rule name", "namespace") method


testCreateRule

public void testCreateRule()
Test testCreateRule() This test focuses specifically on the RuleManagementServiceImpl .createRule(RuleDefinition) method


testUpdateRule

public void testUpdateRule()
Test testUpdateRule() This test focuses specifically on the RuleManagementServiceImpl .updateRule(RuleDefinition) method


testDeleteRule

public void testDeleteRule()
Test testDeleteRule() This test focuses specifically on the RuleManagementServiceImpl .deleteRule("rule id") method


testFindRuleIds

public void testFindRuleIds()
Test testFindRuleIds() This test focuses specifically on the RuleManagementServiceImpl .findRuleIds( QueryByCriteria) method


testGetRule

public void testGetRule()
Test testGetRule() This test focuses specifically on the RuleManagementServiceImpl .getRule("rule id") method


testGetRules

public void testGetRules()
Test testGetRules() This test focuses specifically on the RuleManagementServiceImpl .getRules(List ruleIds) method


testRuleCacheEvict

public void testRuleCacheEvict()
Tests whether the RuleDefinition cache is being evicted properly by checking the status the dependent objects before and after creating an RuleDefinition (and consequently emptying the cache).

The following object caches are affected: RuleDefinition, PropositionDefinition, ActionDefinition, AgendaItemDefinition



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.