Package org.citrusframework.container
Interface AfterTest
- All Superinterfaces:
TestAction,TestActionContainer
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldExecute(String testName, String packageName, 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:
testName-packageName-includedGroups-- Returns:
-