public class ConfigurationGroupMethods extends Object implements Serializable
Constructor and Description |
---|
ConfigurationGroupMethods(ITestNGMethod[] allMethods,
Map<String,List<ITestNGMethod>> beforeGroupsMethods,
Map<String,List<ITestNGMethod>> afterGroupsMethods) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ITestNGMethod>> |
getAfterGroupsMap() |
Map<String,List<ITestNGMethod>> |
getAfterGroupsMethods() |
Map<String,List<ITestNGMethod>> |
getBeforeGroupsMap() |
Map<String,List<ITestNGMethod>> |
getBeforeGroupsMethods() |
boolean |
isLastMethodForGroup(String group,
ITestNGMethod method) |
void |
removeAfterGroups(Collection<String> groups) |
void |
removeBeforeGroups(String[] groups) |
void |
removeBeforeMethod(String group,
ITestNGMethod method) |
public ConfigurationGroupMethods(ITestNGMethod[] allMethods, Map<String,List<ITestNGMethod>> beforeGroupsMethods, Map<String,List<ITestNGMethod>> afterGroupsMethods)
public Map<String,List<ITestNGMethod>> getBeforeGroupsMethods()
public Map<String,List<ITestNGMethod>> getAfterGroupsMethods()
public boolean isLastMethodForGroup(String group, ITestNGMethod method)
public void removeBeforeMethod(String group, ITestNGMethod method)
public Map<String,List<ITestNGMethod>> getBeforeGroupsMap()
public Map<String,List<ITestNGMethod>> getAfterGroupsMap()
public void removeBeforeGroups(String[] groups)
public void removeAfterGroups(Collection<String> groups)
Copyright © 2017. All Rights Reserved.