Package com.consol.citrus.container
Interface BeforeSuite
-
- All Superinterfaces:
TestAction,TestActionContainer
public interface BeforeSuite extends TestActionContainer
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldExecute(String suiteName, String[] includedGroups)Checks if this suite actions should execute according to suite name and included test groups.-
Methods inherited from interface com.consol.citrus.TestAction
execute, getActor, getName, isDisabled
-
Methods inherited from interface com.consol.citrus.container.TestActionContainer
addTestAction, addTestActions, getActionCount, getActionIndex, getActions, getActiveAction, getExecutedActions, getTestAction, setActions, setActiveAction, setExecutedAction
-
-