Package com.consol.citrus
Interface TestGroupAware
-
public interface TestGroupAwareInterface marks test case to support group bindings. These are used to enable/disable tests based on group settings.- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getGroups()Gets the groups.voidsetGroups(String[] groups)Sets the test groups.
-