org.kuali.hr.time.workflow
Class TimesheetIntegrationTest

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.KPMEWebTestCase
                  extended by org.kuali.hr.time.workflow.TimesheetWebTestBase
                      extended by org.kuali.hr.time.workflow.TimesheetIntegrationTest
All Implemented Interfaces:
org.kuali.rice.test.MethodAware

public class TimesheetIntegrationTest
extends TimesheetWebTestBase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.hr.KPMEWebTestCase
KPMEWebTestCase.ClearCacheLifecycle
 
Field Summary
 List<Assignment> assignmentsOfUser
           
 CalendarEntry payCal
           
 String tdocId
           
static Long TEST_ASSIGNMENT_JOB_NUMBER
           
static Long TEST_ASSIGNMENT_JOB_NUMBER_2
           
static Long TEST_ASSIGNMENT_JOB_NUMBER_3
           
static Long TEST_ASSIGNMENT_JOB_NUMBER_4
           
static String TEST_USER
           
static org.joda.time.DateTime TIME_SHEET_DATE
           
 TimesheetDocument timeDoc
           
static String USER_PRINCIPAL_ID
           
 
Fields inherited from class org.kuali.hr.time.workflow.TimesheetWebTestBase
BASE_DETAIL_URL, JAN_AS_OF_DATE
 
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
TimesheetIntegrationTest()
           
 
Method Summary
 void getEarnCodes()
           
 void setUp()
           
 void tearDown()
           
 void testAddTimeBlock()
           
 void testDeleteTimeBlock()
           
 void testEditTimeBlock()
           
 void testValidateTimeBlock()
           
 
Methods inherited from class org.kuali.hr.time.workflow.TimesheetWebTestBase
checkJSONValues, checkJSONValues, getTargetedTimesheetDocumentUrl, getTimesheetDocumentUrl, loginAndGetTimeDetailsHtmlPage
 
Methods inherited from class org.kuali.hr.KPMEWebTestCase
getBaseURL, getContext, getModuleName, getPerTestLifecycles, getPort, getSuiteLifecycles, getTempDir, getWebClient, setWebClient
 
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

USER_PRINCIPAL_ID

public static final String USER_PRINCIPAL_ID
See Also:
Constant Field Values

TIME_SHEET_DATE

public static final org.joda.time.DateTime TIME_SHEET_DATE

timeDoc

public TimesheetDocument timeDoc

assignmentsOfUser

public List<Assignment> assignmentsOfUser

payCal

public CalendarEntry payCal

tdocId

public String tdocId

TEST_USER

public static final String TEST_USER
See Also:
Constant Field Values

TEST_ASSIGNMENT_JOB_NUMBER

public static final Long TEST_ASSIGNMENT_JOB_NUMBER

TEST_ASSIGNMENT_JOB_NUMBER_2

public static final Long TEST_ASSIGNMENT_JOB_NUMBER_2

TEST_ASSIGNMENT_JOB_NUMBER_3

public static final Long TEST_ASSIGNMENT_JOB_NUMBER_3

TEST_ASSIGNMENT_JOB_NUMBER_4

public static final Long TEST_ASSIGNMENT_JOB_NUMBER_4
Constructor Detail

TimesheetIntegrationTest

public TimesheetIntegrationTest()
Method Detail

getEarnCodes

public void getEarnCodes()
                  throws Exception
Throws:
Exception

setUp

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

tearDown

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

testAddTimeBlock

public void testAddTimeBlock()
                      throws Exception
Throws:
Exception

testEditTimeBlock

public void testEditTimeBlock()
                       throws Exception
Throws:
Exception

testDeleteTimeBlock

public void testDeleteTimeBlock()
                         throws Exception
Throws:
Exception

testValidateTimeBlock

public void testValidateTimeBlock()
                           throws Exception
Throws:
Exception


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