org.testng
Class TestNGUtils

java.lang.Object
  extended by org.testng.TestNGUtils

public class TestNGUtils
extends Object


Constructor Summary
TestNGUtils()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.



Copyright © 2011. All Rights Reserved.