public abstract class AbstractTestBoundaryActionContainer extends AbstractActionContainer
actions
description
Constructor and Description |
---|
AbstractTestBoundaryActionContainer() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getEnv()
Gets the env.
|
String |
getNamePattern()
Gets the name pattern.
|
String |
getPackageNamePattern()
Gets the package name pattern.
|
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 |
setNamePattern(String namePattern)
Sets the name pattern.
|
void |
setPackageNamePattern(String packageNamePattern)
Sets the package name pattern.
|
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 testName,
String packageName,
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 testName, String packageName, String[] includedGroups)
testName
- packageName
- includedGroups
- public List<String> getTestGroups()
public void setTestGroups(List<String> testGroups)
testGroups
- public String getNamePattern()
public void setNamePattern(String namePattern)
namePattern
- public String getPackageNamePattern()
public void setPackageNamePattern(String packageNamePattern)
packageNamePattern
- public Map<String,String> getSystemProperties()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.