public abstract class AbstractSuiteActionContainer extends AbstractActionContainer
actionsdescription| Constructor and Description |
|---|
AbstractSuiteActionContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSuiteNames()
Gets the suite names that restrict the container execution.
|
List<String> |
getTestGroups()
Gets the test groups that restrict the container execution.
|
void |
setSuiteNames(List<String> suiteNames)
Sets the suite names that restrict the container execution.
|
void |
setTestGroups(List<String> testGroups)
Sets the test groups that restrict the container execution.
|
boolean |
shouldExecute(String suiteName,
String[] includedGroups)
Checks if this suite actions should execute according to suite name and included test groups.
|
addTestAction, getActionCount, getActionIndex, getActions, getLastExecutedAction, getTestAction, setActions, setLastExecutedActiondoExecute, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getActor, getDescription, getName, isDisabled, setDescription, setNamepublic boolean shouldExecute(String suiteName, String[] includedGroups)
suiteName - includedGroups - public List<String> getTestGroups()
public void setTestGroups(List<String> testGroups)
testGroups - public List<String> getSuiteNames()
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.