public abstract class AbstractSuiteActionContainer extends AbstractActionContainer
actions
description
Constructor and Description |
---|
AbstractSuiteActionContainer() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getEnv()
Gets the env.
|
List<String> |
getSuiteNames()
Gets the suite names that restrict the container execution.
|
Map<String,String> |
getSystemProperties()
Gets the systemProperties.
|
List<String> |
getTestGroups()
Gets the test groups that restrict the container execution.
|
void |
setEnv(Map<String,String> env)
Sets the env.
|
void |
setSuiteNames(List<String> suiteNames)
Sets the suite names that restrict the container execution.
|
void |
setSystemProperties(Map<String,String> systemProperties)
Sets the systemProperties.
|
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, setLastExecutedAction
doExecute, 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 boolean shouldExecute(String suiteName, String[] includedGroups)
suiteName
- includedGroups
- public List<String> getTestGroups()
public void setTestGroups(List<String> testGroups)
testGroups
- public List<String> getSuiteNames()
public void setSuiteNames(List<String> suiteNames)
suiteNames
- public Map<String,String> getSystemProperties()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.