| |
|
| org.kuali.kfs.context.KualiTestBase org.kuali.module.gl.service.RunDateServiceTest
RunDateServiceTest | public class RunDateServiceTest extends KualiTestBase (Code) | | Tests the cutoff time functionality of RunDateService
|
setUp | protected void setUp() throws Exception(Code) | | Initializes the RunDateService implementation to test
See Also: junit.framework.TestCase.setUp |
testCalculateCutoff | public void testCalculateCutoff() throws Exception(Code) | | Tests that the cutoff time is parsed correct and tests several times to see where they lie
against the cut off time
throws: Exception - thrown if any exception is encountered for any reason |
testCalculateCutoffDuringMidnightHour | public void testCalculateCutoffDuringMidnightHour() throws Exception(Code) | | Tests an edge case where the cutoff time is at midnight
throws: Exception - thrown if any exception is encountered for any reason |
|
|
|