Package org.testng
Class TestNGUtils
- java.lang.Object
-
- org.testng.TestNGUtils
-
public class TestNGUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description TestNGUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ITestNGMethod
createITestNGMethod(ITestNGMethod existingMethod, Method method)
Create an ITestNGMethod for @code{method} based on @code{existingMethod}, which needs to belong to the same class.
-
-
-
Method Detail
-
createITestNGMethod
public static ITestNGMethod createITestNGMethod(ITestNGMethod existingMethod, Method method)
Create an ITestNGMethod for @code{method} based on @code{existingMethod}, which needs to belong to the same class.
-
-