Package org.citrusframework
Interface TestGroupAware
public interface TestGroupAware
Interface marks test case to support group bindings. These are used to enable/disable tests based on group settings.
- Author:
- Christoph Deppisch
-
Method Summary
-
Method Details
-
getGroups
String[] getGroups()Gets the groups.- Returns:
-
setGroups
Sets the test groups.- Parameters:
groups-
-