public class SequenceBeforeSuite extends AbstractSuiteActionContainer
actions
description
Constructor and Description |
---|
SequenceBeforeSuite() |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
void |
setAfterSuiteActions(List<SequenceAfterSuite> afterSuiteActions)
Sets the afterSuiteActions.
|
void |
setTestSuiteListener(TestSuiteListeners testSuiteListener)
Sets the testSuiteListener.
|
getEnv, getSuiteNames, getSystemProperties, getTestGroups, setEnv, setSuiteNames, setSystemProperties, setTestGroups, shouldExecute
addTestAction, getActionCount, getActionIndex, getActions, getLastExecutedAction, getTestAction, setActions, setLastExecutedAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getActor, getDescription, getName, isDisabled, setDescription, setName
public void doExecute(TestContext context)
AbstractTestAction
doExecute
in class AbstractTestAction
public void setTestSuiteListener(TestSuiteListeners testSuiteListener)
testSuiteListener
- the testSuiteListener to setpublic void setAfterSuiteActions(List<SequenceAfterSuite> afterSuiteActions)
afterSuiteActions
- the afterSuiteActions to setCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.