org.kuali.student.krms
Class KSKRMSUploadTestCase

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.student.krms.KSKRMSUploadTestCase
All Implemented Interfaces:
MethodAware
Direct Known Subclasses:
TestKRMSCreateAgendasPhase1, TestKRMSCreateAgendasPhase2, TestKRMSCreateTermSpecificationPhase1, TestKRMSCreateTermSpecificationPhase2, TestKSKRMSAgendaDataSetupUtility, TestKSKRMSDataSetupUtility

public class KSKRMSUploadTestCase
extends BaselineTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.test.BaselineTestCase
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
 
Field Summary
protected  AgendaBoService agendaBoService
           
protected  ContextBoService contextRepository
           
protected  SpringResourceLoader krmsTestResourceLoader
           
protected  KrmsTypeRepositoryService krmsTypeRepository
           
protected  RuleBoService ruleBoService
           
protected  TermBoService 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
KSKRMSUploadTestCase()
           
 
Method Summary
protected  String getAdditionalSpringFile()
           
protected  BusinessObjectService getBoService()
           
protected  AgendaDefinition getKRMSAgenda(String agendaName, ContextDefinition contextDef)
           
protected  ContextDefinition getKRMSContext(String context)
           
protected  Lifecycle getLoadApplicationLifecycle()
           
protected  List<String> getPerTestTablesNotToClear()
           
protected  TermDefinition krmsTermLookup(String termName)
           
protected  TermResolverDefinition krmsTermResolverLookup(String termResolverName)
           
protected  void loadSuiteTestData()
           
 void setUp()
          Overridden to set dirty=true each time
 
Methods inherited from class org.kuali.rice.test.BaselineTestCase
getClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getPerTestTablesToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles
 
Methods inherited from class org.kuali.rice.test.BaseModuleTestCase
getModuleName
 
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, getSuiteLifecycles, 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
 

Field Detail

contextRepository

protected ContextBoService contextRepository

krmsTypeRepository

protected KrmsTypeRepositoryService krmsTypeRepository

agendaBoService

protected AgendaBoService agendaBoService

ruleBoService

protected RuleBoService ruleBoService

termBoService

protected TermBoService termBoService

krmsTestResourceLoader

protected SpringResourceLoader krmsTestResourceLoader
Constructor Detail

KSKRMSUploadTestCase

public KSKRMSUploadTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Overridden to set dirty=true each time

Overrides:
setUp in class BaselineTestCase
Throws:
Exception
See Also:
RiceTestCase.setUp()

loadSuiteTestData

protected void loadSuiteTestData()
                          throws Exception
Overrides:
loadSuiteTestData in class RiceInternalSuiteDataTestCase
Throws:
Exception

getPerTestTablesNotToClear

protected List<String> getPerTestTablesNotToClear()
Overrides:
getPerTestTablesNotToClear in class BaselineTestCase

getLoadApplicationLifecycle

protected Lifecycle getLoadApplicationLifecycle()
Overrides:
getLoadApplicationLifecycle in class RiceTestCase

getAdditionalSpringFile

protected String getAdditionalSpringFile()

getBoService

protected BusinessObjectService getBoService()

getKRMSAgenda

protected AgendaDefinition getKRMSAgenda(String agendaName,
                                         ContextDefinition contextDef)

getKRMSContext

protected ContextDefinition getKRMSContext(String context)

krmsTermLookup

protected TermDefinition krmsTermLookup(String termName)

krmsTermResolverLookup

protected TermResolverDefinition krmsTermResolverLookup(String termResolverName)


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