public class TestIssueToSubTaskConversionSystemFields extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestIssueToSubTaskConversionSystemFields() |
Modifier and Type | Method and Description |
---|---|
void |
testConvertHiddenAndSomeShownScenarios() |
void |
testShownAndSomeRequiredScenarios()
This tests the following:
|| From || Value? || To || Field Update || Confirmation || Field
| S | (/) | R | not shown | not shown | Affects Vers
| S | (/) | Rr | prompt | shown | Description
| S | (x) | H | not shown | not shown | Due date
| S | (x) | R | prompt | shown | Component
| R | (/) | H | not shown | shown | Fix Version
| R | (/) | S | not shown | not shown | Priority
| R | (/) | Sr | prompt | shown | Environment
| R | (/) | R | not shown | not shown | Summary
Where:
X = non-existing field
H = not shown, optional field
S = shown, optional field
Sr = shown, optional field with changed renderer (text <-> wiki)
R = shown, required field
|
void |
testSomeMoreShownAndSomeRequiredScenarios()
This tests the following:
|| From || Value? || To || Field Update || Confirmation || Field
| S | (x) | S | not shown | not shown | Environment
| R | (/) | Rr | prompt | shown | Description
Where:
X = non-existing field
H = not shown, optional field
S = shown, optional field
Sr = shown, optional field with changed renderer (text <-> wiki)
R = shown, required field
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public TestIssueToSubTaskConversionSystemFields()
public void testConvertHiddenAndSomeShownScenarios()
public void testShownAndSomeRequiredScenarios()
public void testSomeMoreShownAndSomeRequiredScenarios()
Copyright © 2002-2022 Atlassian. All Rights Reserved.