Package | Description |
---|---|
org.testng.internal |
Modifier and Type | Method and Description |
---|---|
GroupConfigMethodArguments |
GroupConfigMethodArguments.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
IConfigInvoker.invokeAfterGroupsConfigurations(GroupConfigMethodArguments arguments) |
void |
ConfigInvoker.invokeAfterGroupsConfigurations(GroupConfigMethodArguments arguments) |
void |
IConfigInvoker.invokeBeforeGroupsConfigurations(GroupConfigMethodArguments arguments) |
void |
ConfigInvoker.invokeBeforeGroupsConfigurations(GroupConfigMethodArguments arguments)
Filter all the beforeGroups methods and invoke only those that apply to the current test
method
|