|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestCaseSearchCriteria
Implementing classes will carry the criteria used in the test case search functionalities.
| Method Summary | |
|---|---|
List<TestCaseImportance> |
getImportanceFilterSet()
gives the importances of the test cases we want to match. |
String |
getNameFilter()
returns the piece of the name of the test case that are looked for. |
List<TestCaseNature> |
getNatureFilterSet()
gives the natures of the test cases we want to match. |
List<TestCaseStatus> |
getStatusFilterSet()
gives the statuses of the test cases we want to match. |
List<TestCaseType> |
getTypeFilterSet()
gives the types of the test cases we want to match. |
boolean |
includeFoldersInResult()
Tells whether the result set should include folders matching the criterion |
boolean |
isGroupByProject()
Tells whether the result set should group the data by projects. |
boolean |
usesImportanceFilter()
Tells whether a criterion regarding importance had been set in the query or not |
boolean |
usesNameFilter()
|
boolean |
usesNatureFilter()
Tells whether a criterion regarding nature had been set in the query or not |
boolean |
usesStatusFilter()
Tells whether a criterion regarding status had been set in the query or not |
boolean |
usesTypeFilter()
Tells whether a criterion regarding type had been set in the query or not |
| Method Detail |
|---|
boolean includeFoldersInResult()
boolean isGroupByProject()
boolean usesNameFilter()
boolean usesImportanceFilter()
boolean usesNatureFilter()
boolean usesTypeFilter()
boolean usesStatusFilter()
String getNameFilter()
List<TestCaseImportance> getImportanceFilterSet()
TestCases cannot have null TestCaseImportance attribute.
List<TestCaseNature> getNatureFilterSet()
TestCases cannot have null TestCaseNature attribute.
List<TestCaseType> getTypeFilterSet()
TestCases cannot have null TestCaseType attribute.
List<TestCaseStatus> getStatusFilterSet()
TestCases cannot have null TestCaseStatus attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||