public class TestSearchResource extends BaseJiraRestTest
backdoor, environmentData, initClass, initData
Constructor and Description |
---|
TestSearchResource() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testNamesAndSchemaShouldBeAtTheTopLevelOfTheSearchResource() |
void |
testQueryValidationCanBeDisabled() |
void |
testSearchMaxResultsIsNotAllowedToExceed1000() |
void |
testSearchMaxResultsShouldDefaultTo50() |
void |
testSearchShouldFilterOutIssuesFromNonBrowseableProjects() |
void |
testSearchShouldRespectFieldsQueryParam() |
void |
testSearchShouldRespectFieldsQueryParamForCustomFields() |
void |
testSearchShouldReturnPagesWithAtMaxReturnZero() |
void |
testSearchShouldReturnPagesWithAtMostThreeIssues() |
void |
testSearchStartAtAndMaxResultsShouldHaveDefaultValues() |
void |
testSearchUsingGetReturnsTheSameAsUsingPost() |
void |
testSearchWithBadJqlShouldReturnStatusCode400() |
void |
testSearchWithNoJqlShouldReturnAllIssues() |
getEnvironmentData
public void setUpTest()
public void testSearchShouldFilterOutIssuesFromNonBrowseableProjects() throws Exception
Exception
public void testSearchMaxResultsShouldDefaultTo50() throws Exception
Exception
public void testSearchMaxResultsIsNotAllowedToExceed1000() throws Exception
Exception
public void testSearchShouldReturnPagesWithAtMostThreeIssues() throws Exception
Exception
public void testSearchShouldReturnPagesWithAtMaxReturnZero() throws Exception
Exception
public void testSearchStartAtAndMaxResultsShouldHaveDefaultValues() throws Exception
Exception
public void testSearchWithBadJqlShouldReturnStatusCode400() throws Exception
Exception
public void testSearchWithNoJqlShouldReturnAllIssues() throws Exception
Exception
public void testSearchUsingGetReturnsTheSameAsUsingPost() throws Exception
Exception
public void testSearchShouldRespectFieldsQueryParam() throws Exception
Exception
public void testSearchShouldRespectFieldsQueryParamForCustomFields() throws Exception
Exception
public void testNamesAndSchemaShouldBeAtTheTopLevelOfTheSearchResource() throws Exception
Exception
Copyright © 2002-2022 Atlassian. All Rights Reserved.