public abstract class AbstractTestBoundaryActionContainer extends AbstractActionContainer
actionsdescription| Constructor and Description |
|---|
AbstractTestBoundaryActionContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamePattern()
Gets the name pattern.
|
String |
getPackageNamePattern()
Gets the package name pattern.
|
List<String> |
getTestGroups()
Gets the test groups that restrict the container execution.
|
void |
setNamePattern(String namePattern)
Sets the name pattern.
|
void |
setPackageNamePattern(String packageNamePattern)
Sets the package name pattern.
|
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, 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 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 - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.