org.kuali.rice.krms.test
Class AgendaBoServiceTest

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.AbstractBoTest
                              extended by org.kuali.rice.krms.test.AbstractAgendaBoTest
                                  extended by org.kuali.rice.krms.test.AgendaBoServiceTest
All Implemented Interfaces:
MethodAware

public class AgendaBoServiceTest
extends AbstractAgendaBoTest

Integration test for the AgendaBoService. Note that we inherit the test data created by AbstractAgendaBoTest, and test the service against that data.


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.AbstractAgendaBoTest
actionBoService, agendaBoService, CAMPUS_CODE_TERM_NAME, functionBoService, ruleBoService, termBoService
 
Fields inherited from class org.kuali.rice.krms.test.AbstractBoTest
contextRepository, krmsAttributeDefinitionService, krmsTypeRepository
 
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
AgendaBoServiceTest()
           
 
Method Summary
 void testAgendaCrud()
           
 void testGetAgendaItemsByContextId_nullOrBlank()
           
 void testGetAgendaItemsByType_nullOrBlank()
           
 void testGetAgendaItemsByTypeAndContext_nullOrBlank()
           
 void testGetAgendasByContextId_nullOrBlank()
           
 void testGetAgendasByType_nullOrBlank()
           
 void testGetByContextId()
           
 void testGetByType()
           
 void testGetByTypeAndContext()
           
 
Methods inherited from class org.kuali.rice.krms.test.AbstractAgendaBoTest
createAgendaDefinition, createAgendaDefinition2, createKrmsActionTypeDefinition, getActionBoService, getAgendaBoService, getFunctionBoService, getPerTestTablesNotToClear, getRuleBoService, getTermBoService, noOpTest, setup
 
Methods inherited from class org.kuali.rice.krms.test.AbstractBoTest
createContextDefinition, createKrmsGenericTypeDefinition, getBoService, getContextRepository, getKrmsTypeRepository, getNamespaceByContextName, 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
 
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

AgendaBoServiceTest

public AgendaBoServiceTest()
Method Detail

testGetByContextId

public void testGetByContextId()

testGetAgendasByContextId_nullOrBlank

public void testGetAgendasByContextId_nullOrBlank()

testGetAgendaItemsByContextId_nullOrBlank

public void testGetAgendaItemsByContextId_nullOrBlank()

testGetByType

public void testGetByType()

testGetAgendasByType_nullOrBlank

public void testGetAgendasByType_nullOrBlank()

testGetAgendaItemsByType_nullOrBlank

public void testGetAgendaItemsByType_nullOrBlank()

testGetByTypeAndContext

public void testGetByTypeAndContext()

testGetAgendaItemsByTypeAndContext_nullOrBlank

public void testGetAgendaItemsByTypeAndContext_nullOrBlank()

testAgendaCrud

public void testAgendaCrud()


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