org.kuali.hr.time.clock.location.validation
Class ClockLocationRuleTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.hr.test.KPMETestCase
org.kuali.hr.time.clock.location.validation.ClockLocationRuleTest
- All Implemented Interfaces:
- org.kuali.rice.test.MethodAware
public class ClockLocationRuleTest
- extends KPMETestCase
A really basic unit test testing persistence and searching over persisted business objects.
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 |
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 |
ClockLocationRuleTest
public ClockLocationRuleTest()
setUp
public void setUp()
throws Exception
- Overrides:
setUp
in class KPMETestCase
- Throws:
Exception
createClr
public ClockLocationRule createClr(String ipAddress,
Long workArea,
String principalId,
Long jobNumber)
deleteCLR
public void deleteCLR(ClockLocationRule clr)
testSave
public void testSave()
throws Exception
- Throws:
Exception
testFindMatching
public void testFindMatching()
throws Exception
- Throws:
Exception
testClockLocationRuleFetch
public void testClockLocationRuleFetch()
throws Exception
- Throws:
Exception
testClockLocationRuleProcessing
public void testClockLocationRuleProcessing()
testClockLocationIPAddress
public void testClockLocationIPAddress()
processRuleWithIPNoWarning
public void processRuleWithIPNoWarning(ClockLog clockLog,
String ipAddress)
processRuleWithIPWithWarning
public void processRuleWithIPWithWarning(ClockLog clockLog,
String ipAddress)
clearBusinessObjects
public void clearBusinessObjects(Class clazz)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.