org.squashtest.csp.tm.domain.testcase
Interface TestCaseSearchCriteria
public interface TestCaseSearchCriteria
Implementing classes will carry the criteria used in the test case search functionalities.
getName
String getName()
isGroupByProject
boolean isGroupByProject()
getImportanceFilterSet
List<TestCaseImportance> getImportanceFilterSet()
- gives the importances of the test cases we want to match. A result of lenght 0 is likely to be interpreted like 'fetch test cases having no importance', which
in turn will likely result in a void result set since
TestCases cannot have null TestCaseImportance attribute.
- Returns:
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.