Package org.testng

Class TestNGUtils


  • public class TestNGUtils
    extends Object
    • Constructor Detail

      • TestNGUtils

        public TestNGUtils()
    • 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.