public class TestCreateWorklog extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestCreateWorklog() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testAutoAdjustEstimate() |
void |
testBadFractionDuration() |
void |
testChangeHistory() |
void |
testGoodFractionDuration() |
void |
testInvalidFormattedDurationFields()
Errors should be reported if the "Time Spent" field or the hideable "new estimate" field (if "Set estimated time
remaining" radio button has been selected) contains an invalid duration string.
|
void |
testInvalidStartDateField() |
void |
testInvalidTimeSpentZero()
Errors should be reported if the "Time Spent" field if the time spent is zero.
|
void |
testLeaveExistingEstimate() |
void |
testLogWorkDateIsStartDate() |
void |
testLogWorkNoteCorrect() |
void |
testLogWorkVisibleToAll() |
void |
testLogWorkVisibleToAllDaysTimeFormat() |
void |
testLogWorkVisibleToAllHoursTimeFormat() |
void |
testLogWorkVisibleToGroup() |
void |
testLogWorkVisibleToGroupDaysTimeFormat() |
void |
testLogWorkVisibleToGroupHoursTimeFormat() |
void |
testLogWorkVisibleToRole() |
void |
testLogWorkVisibleToRoleDaysTimeFormat() |
void |
testLogWorkVisibleToRoleHoursTimeFormat() |
void |
testMandatoryFields()
Errors should be reported on the "Time Spent" field, "Start Date" field and hideable "new estimate" field if
"Set estimated time remaining" radio button has been selected, if they are empty.
|
void |
testManuallyReduceEstimate() |
void |
testNegativeDuration() |
void |
testNewEstimate() |
void |
testWorklogNoPermToCreate() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUp()
public void testWorklogNoPermToCreate()
public void testLogWorkNoteCorrect()
public void testMandatoryFields()
public void testInvalidFormattedDurationFields()
public void testNegativeDuration()
public void testBadFractionDuration()
public void testInvalidTimeSpentZero()
public void testInvalidStartDateField()
public void testAutoAdjustEstimate()
public void testNewEstimate()
public void testLeaveExistingEstimate()
public void testLogWorkVisibleToAll()
public void testLogWorkVisibleToAllDaysTimeFormat()
public void testLogWorkVisibleToAllHoursTimeFormat()
public void testLogWorkVisibleToRole()
public void testLogWorkVisibleToRoleDaysTimeFormat()
public void testLogWorkVisibleToRoleHoursTimeFormat()
public void testLogWorkVisibleToGroup()
public void testLogWorkVisibleToGroupDaysTimeFormat()
public void testLogWorkVisibleToGroupHoursTimeFormat()
public void testLogWorkDateIsStartDate()
public void testManuallyReduceEstimate()
Copyright © 2002-2017 Atlassian. All Rights Reserved.