public class TestNGUtils
extends java.lang.Object
| Constructor | Description |
|---|---|
TestNGUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static ITestNGMethod |
createITestNGMethod(ITestNGMethod existingMethod,
java.lang.reflect.Method method) |
Create an ITestNGMethod for @code{method} based on @code{existingMethod}, which needs
to belong to the same class.
|
public static ITestNGMethod createITestNGMethod(ITestNGMethod existingMethod, java.lang.reflect.Method method)