org.kuali.hr.lm.leavepayout.service
Class LeavePayoutServiceTest

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.lm.leavepayout.service.LeavePayoutServiceTest
All Implemented Interfaces:
org.kuali.rice.test.MethodAware

public class LeavePayoutServiceTest
extends KPMETestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.hr.test.KPMETestCase
KPMETestCase.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
LeavePayoutServiceTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testgetEligiblePayoutsLeaveApprove()
           
 void testgetEligiblePayoutsLeaveApproveForTimesheetCaseOne()
          TIMESHEET ELIGIBLE TESTS
 void testgetEligiblePayoutsLeaveApproveForTimesheetCaseTwo()
           
 void testgetEligiblePayoutsOnDemand()
           
 void testgetEligiblePayoutsOnDemandForTimesheetCaseOne()
           
 void testgetEligiblePayoutsOnDemandForTimesheetCaseTwo()
           
 void testgetEligiblePayoutsOnYearEndCaseOne()
           
 void testgetEligiblePayoutsOnYearEndCaseTwo()
           
 void testgetEligiblePayoutsYearEnd()
           
 void testgetEligiblePayoutsYearEndForTimesheetCaseOne()
           
 void testgetEligiblePayoutsYearEndForTimesheetCaseThree()
           
 void testgetEligiblePayoutsYearEndForTimesheetCaseTwo()
           
 void testInitializePayoutNullAccrualRule()
          Use-case specific testing *
 void testInitializePayoutNullAccrualRuleNullLeaveSummary()
           
 void testInitializePayoutNullLeaveSummary()
           
 void testInitializePayoutOnDemand()
           
 void testInitializePayoutOnDemandMaxCarryOver()
           
 void testInitializePayoutOnDemandWithForfeiture()
           
 void testInitializePayoutOnLeaveApprove()
           
 void testInitializePayoutOnLeaveApproveMaxCarryOver()
           
 void testInitializePayoutOnLeaveApproveWithForfeiture()
           
 void testInitializePayoutOnYearEnd()
           
 void testInitializePayoutOnYearEndMaxCarryOver()
           
 void testInitializePayoutOnYearEndMaxCarryOverWithForfeiture()
           
 void testInitializePayoutOnYearEndWithForfeiture()
           
 void testInitializePayoutWithOverrides()
           
 void testPayoutNullLeavePayout()
          End Use-case testing
 void testPayoutWithThreeLeaveBlocks()
           
 void testPayoutWithZeroForfeiture()
           
 void testPayoutWithZeroPayoutAmount()
           
 void testSubmitToWorkflow()
           
 
Methods inherited from class org.kuali.hr.test.KPMETestCase
futureEffectiveDateValidation, getModuleName, getPerTestLifecycles, getSuiteLifecycles, setFieldValue
 
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
 

Constructor Detail

LeavePayoutServiceTest

public LeavePayoutServiceTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class KPMETestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class KPMETestCase
Throws:
Exception

testInitializePayoutNullAccrualRule

public void testInitializePayoutNullAccrualRule()
                                         throws Exception
Use-case specific testing *

Throws:
Exception

testInitializePayoutNullLeaveSummary

public void testInitializePayoutNullLeaveSummary()
                                          throws Exception
Throws:
Exception

testInitializePayoutNullAccrualRuleNullLeaveSummary

public void testInitializePayoutNullAccrualRuleNullLeaveSummary()

testInitializePayoutOnDemand

public void testInitializePayoutOnDemand()
                                  throws Exception
Throws:
Exception

testInitializePayoutOnDemandWithForfeiture

public void testInitializePayoutOnDemandWithForfeiture()
                                                throws Exception
Throws:
Exception

testInitializePayoutOnYearEnd

public void testInitializePayoutOnYearEnd()
                                   throws Exception
Throws:
Exception

testInitializePayoutOnYearEndWithForfeiture

public void testInitializePayoutOnYearEndWithForfeiture()
                                                 throws Exception
Throws:
Exception

testInitializePayoutOnLeaveApprove

public void testInitializePayoutOnLeaveApprove()
                                        throws Exception
Throws:
Exception

testInitializePayoutOnLeaveApproveWithForfeiture

public void testInitializePayoutOnLeaveApproveWithForfeiture()
                                                      throws Exception
Throws:
Exception

testInitializePayoutOnDemandMaxCarryOver

public void testInitializePayoutOnDemandMaxCarryOver()
                                              throws Exception
Throws:
Exception

testInitializePayoutOnYearEndMaxCarryOver

public void testInitializePayoutOnYearEndMaxCarryOver()
                                               throws Exception
Throws:
Exception

testInitializePayoutOnYearEndMaxCarryOverWithForfeiture

public void testInitializePayoutOnYearEndMaxCarryOverWithForfeiture()
                                                             throws Exception
Throws:
Exception

testInitializePayoutOnLeaveApproveMaxCarryOver

public void testInitializePayoutOnLeaveApproveMaxCarryOver()
                                                    throws Exception
Throws:
Exception

testInitializePayoutWithOverrides

public void testInitializePayoutWithOverrides()
                                       throws Exception
Throws:
Exception

testPayoutNullLeavePayout

public void testPayoutNullLeavePayout()
End Use-case testing


testPayoutWithZeroPayoutAmount

public void testPayoutWithZeroPayoutAmount()
                                    throws Exception
Throws:
Exception

testPayoutWithZeroForfeiture

public void testPayoutWithZeroForfeiture()
                                  throws Exception
Throws:
Exception

testPayoutWithThreeLeaveBlocks

public void testPayoutWithThreeLeaveBlocks()
                                    throws Exception
Throws:
Exception

testgetEligiblePayoutsLeaveApprove

public void testgetEligiblePayoutsLeaveApprove()
                                        throws Exception
Throws:
Exception

testgetEligiblePayoutsYearEnd

public void testgetEligiblePayoutsYearEnd()
                                   throws Exception
Throws:
Exception

testgetEligiblePayoutsOnDemand

public void testgetEligiblePayoutsOnDemand()
                                    throws Exception
Throws:
Exception

testgetEligiblePayoutsOnYearEndCaseOne

public void testgetEligiblePayoutsOnYearEndCaseOne()
                                            throws Exception
Throws:
Exception

testgetEligiblePayoutsOnYearEndCaseTwo

public void testgetEligiblePayoutsOnYearEndCaseTwo()
                                            throws Exception
Throws:
Exception

testSubmitToWorkflow

public void testSubmitToWorkflow()

testgetEligiblePayoutsLeaveApproveForTimesheetCaseOne

public void testgetEligiblePayoutsLeaveApproveForTimesheetCaseOne()
                                                           throws Exception
TIMESHEET ELIGIBLE TESTS

Throws:
Exception

testgetEligiblePayoutsYearEndForTimesheetCaseOne

public void testgetEligiblePayoutsYearEndForTimesheetCaseOne()
                                                      throws Exception
Throws:
Exception

testgetEligiblePayoutsOnDemandForTimesheetCaseOne

public void testgetEligiblePayoutsOnDemandForTimesheetCaseOne()
                                                       throws Exception
Throws:
Exception

testgetEligiblePayoutsLeaveApproveForTimesheetCaseTwo

public void testgetEligiblePayoutsLeaveApproveForTimesheetCaseTwo()
                                                           throws Exception
Throws:
Exception

testgetEligiblePayoutsYearEndForTimesheetCaseTwo

public void testgetEligiblePayoutsYearEndForTimesheetCaseTwo()
                                                      throws Exception
Throws:
Exception

testgetEligiblePayoutsOnDemandForTimesheetCaseTwo

public void testgetEligiblePayoutsOnDemandForTimesheetCaseTwo()
                                                       throws Exception
Throws:
Exception

testgetEligiblePayoutsYearEndForTimesheetCaseThree

public void testgetEligiblePayoutsYearEndForTimesheetCaseThree()
                                                        throws Exception
Throws:
Exception


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