|
||||||||||
| 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 |
getName()
|
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 |
isGroupByProject()
|
| Method Detail |
|---|
String getName()
boolean isGroupByProject()
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 | |||||||||