public class TestTimeTrackingIsEditableByUpdateIssueFieldFunction extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestTimeTrackingIsEditableByUpdateIssueFieldFunction() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testCanEditOriginalAndRemainingEstimateOnReopen()
Tests that the UpdateIssueField post-function can set the value of the Original and Remaining Estimate in one transition.
|
void |
testCanEditOriginalEstimateOnClose()
Tests that the UpdateIssueField post-function can set the value of the Original Estimate.
|
void |
testCanEditRemainingEstimateOnResolve()
Tests that the UpdateIssueField post-function can set the value of the Remaining Estimate.
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public TestTimeTrackingIsEditableByUpdateIssueFieldFunction()
public void setUpTest()
public void testCanEditRemainingEstimateOnResolve()
The Resolve Transition in the test data's workflow has an UpdateIssueField post-function call that sets the remaining estimate to 0.
public void testCanEditOriginalEstimateOnClose()
The Close Transition in the test data's workflow has an UpdateIssueField post-function call that sets the
original estimate to 0. See note about this transition in setUpTest()
public void testCanEditOriginalAndRemainingEstimateOnReopen()
The Reopen Transition in the test data's workflow has two UpdateIssueField post-function calls that set the original estimate to 2 and the remaining estimate to 2.
Copyright © 2002-2021 Atlassian. All Rights Reserved.
View cookie preferences