Package org.citrusframework.container
Interface AfterSuite
- All Superinterfaces:
TestAction,TestActionContainer
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldExecute(String suiteName, String[] includedGroups) Checks if this suite actions should execute according to suite name and included test groups.Methods inherited from interface org.citrusframework.TestAction
execute, getActor, getName, isDisabledMethods inherited from interface org.citrusframework.container.TestActionContainer
addTestAction, addTestActions, getActionCount, getActionIndex, getActions, getActiveAction, getExecutedActions, getTestAction, setActions, setActiveAction, setExecutedAction
-
Method Details
-
shouldExecute
Checks if this suite actions should execute according to suite name and included test groups.- Parameters:
suiteName-includedGroups-- Returns:
-