public class ConfigurationGroupMethods
extends java.lang.Object
| Constructor | Description |
|---|---|
ConfigurationGroupMethods(ITestNGMethod[] allMethods,
java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> beforeGroupsMethods,
java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> afterGroupsMethods) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ITestNGMethod> |
getAfterGroupMethodsForGroup(java.lang.String group) |
|
java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> |
getAfterGroupsMethods() |
|
ITestNGMethod[] |
getAllTestMethods() |
|
java.util.List<ITestNGMethod> |
getBeforeGroupMethodsForGroup(java.lang.String group) |
|
java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> |
getBeforeGroupsMethods() |
|
boolean |
isLastMethodForGroup(java.lang.String group,
ITestNGMethod method) |
|
void |
removeAfterGroups(java.util.Collection<java.lang.String> groups) |
|
void |
removeBeforeGroups(java.lang.String[] groups) |
|
void |
removeBeforeMethod(java.lang.String group,
ITestNGMethod method) |
public ConfigurationGroupMethods(ITestNGMethod[] allMethods, java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> beforeGroupsMethods, java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> afterGroupsMethods)
public ITestNGMethod[] getAllTestMethods()
public java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> getBeforeGroupsMethods()
public java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> getAfterGroupsMethods()
public boolean isLastMethodForGroup(java.lang.String group,
ITestNGMethod method)
public void removeBeforeMethod(java.lang.String group,
ITestNGMethod method)
public java.util.List<ITestNGMethod> getBeforeGroupMethodsForGroup(java.lang.String group)
public java.util.List<ITestNGMethod> getAfterGroupMethodsForGroup(java.lang.String group)
public void removeBeforeGroups(java.lang.String[] groups)
public void removeAfterGroups(java.util.Collection<java.lang.String> groups)