org.kuali.hr.job
Class JobTest

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.hr.test.KPMETestCase
                  extended by org.kuali.hr.job.JobTest
All Implemented Interfaces:
org.kuali.rice.test.MethodAware

public class JobTest
extends KPMETestCase

This class needs refactored - the name job test implies that it should unit test on the Job object, especially considering it's package location.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.hr.test.KPMETestCase
KPMETestCase.ClearCacheLifecycle
 
Field Summary
static String TEST_USER
           
 
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
JobTest()
           
 
Method Summary
 void jobMaintenancePage()
           
 void testGetJobs()
           
 void testInsertPayCalendar()
           
 void testInsertPayCalendarDates()
           
 void testInsertPayType()
           
 void testMaintenancePageEdit()
           
 void testMaintenancePageNew()
           
 void testSaveAndFetchObject()
           
 
Methods inherited from class org.kuali.hr.test.KPMETestCase
futureEffectiveDateValidation, getModuleName, getPerTestLifecycles, getSuiteLifecycles, setFieldValue, setUp, tearDown
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
 
Methods inherited from class org.kuali.rice.test.RiceTestCase
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getLoadApplicationLifecycle, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles
 
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

TEST_USER

public static final String TEST_USER
See Also:
Constant Field Values
Constructor Detail

JobTest

public JobTest()
Method Detail

testInsertPayCalendar

public void testInsertPayCalendar()
                           throws Exception
Throws:
Exception

testInsertPayCalendarDates

public void testInsertPayCalendarDates()
                                throws Exception
Throws:
Exception

testInsertPayType

public void testInsertPayType()
                       throws Exception
Throws:
Exception

jobMaintenancePage

public void jobMaintenancePage()
                        throws Exception
Throws:
Exception

testGetJobs

public void testGetJobs()

testSaveAndFetchObject

public void testSaveAndFetchObject()
                            throws Exception
Throws:
Exception

testMaintenancePageNew

public void testMaintenancePageNew()
                            throws Exception
Throws:
Exception

testMaintenancePageEdit

public void testMaintenancePageEdit()
                             throws Exception
Throws:
Exception


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