public class TestSearchIssueStatusAfterADate extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestSearchIssueStatusAfterADate() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testDoesNotReturnIssuesThatTransitionedToTheSpecifiedStatusAtTheDate()
Verifies that issues that transitioned to the state specified in the query just at the specified date are not
included in the results, therefore confirming that the range for AFTER searches is exclusive.
|
void |
testDoesNotReturnIssuesThatWereNeverInTheSpecifiedStatus()
Verifies that issues that never transitioned to the state specified in the query are not include in the results.
|
void |
testDoesNotReturnIssuesThatWereNotInTheStatusGivenThatTheIssuesWereInThatStatusAtADateOutsideTheRange()
Verifies that issues that transitioned to the state specified in the query at some moment in their history but
were not in that state after the specifed time are not included in the results.
|
void |
testInvalidAfterInput() |
void |
testReturnsTheIssuesThatWereInTheStatusAndTransitionedToThatStatusAfterTheDate()
Verifies that issues that transitioned to the state specified in the query after the date are included in the
results.
|
void |
testReturnsTheIssuesThatWereInTheStatusAndTransitionedToThatStatusBeforeTheDate()
Verifies that issues that transitioned to the state specified in the query before the date are included in the
results given that they remained in that status after the date specified in the query.
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUpTest()
public void testInvalidAfterInput()
public void testReturnsTheIssuesThatWereInTheStatusAndTransitionedToThatStatusAfterTheDate()
public void testReturnsTheIssuesThatWereInTheStatusAndTransitionedToThatStatusBeforeTheDate()
public void testDoesNotReturnIssuesThatWereNeverInTheSpecifiedStatus()
public void testDoesNotReturnIssuesThatWereNotInTheStatusGivenThatTheIssuesWereInThatStatusAtADateOutsideTheRange()
public void testDoesNotReturnIssuesThatTransitionedToTheSpecifiedStatusAtTheDate()
Copyright © 2002-2022 Atlassian. All Rights Reserved.