public class TestClosedParent extends BaseJiraFuncTest
Ensure that .. you can't create subtasks for an issue that is closed. .. you can't close a task/issue that has open subtasks. (sub task blocking condition has to be activated) .. you can't convert a task to a sub-task and assign it to a parent that is closed .. you can't change the parent of a subtask through the move operation to a parent that is closed.
Overall we try to avoid to end up with a closed parent issue that has open subtasks.
backdoor, environmentData, locator, navigation, tester, testRule, text
Constructor and Description |
---|
TestClosedParent() |
Modifier and Type | Method and Description |
---|---|
void |
testCantChangeAssigneeWhenIssueIsClosed() |
void |
testCantCloseParentWithOpenSubTasks() |
void |
testCantCreateSubtaskWhenParentClosed() |
void |
testConvertIssueToSubtask() |
void |
testMoveSubtaskToClosedParent() |
forTest, getEnvironmentData, getTester
public void testCantCreateSubtaskWhenParentClosed()
public void testCantCloseParentWithOpenSubTasks()
public void testConvertIssueToSubtask()
public void testMoveSubtaskToClosedParent()
public void testCantChangeAssigneeWhenIssueIsClosed()
Copyright © 2002-2015 Atlassian. All Rights Reserved.