Class WrappedTestNGMethod

java.lang.Object
org.testng.internal.WrappedTestNGMethod
All Implemented Interfaces:
Cloneable, ITestNGMethod

public class WrappedTestNGMethod extends Object implements ITestNGMethod
Represents a proxy for an actual instance of ITestNGMethod but with the exception that it generates a unique hashcode that is different from the original ITestNGMethod instance that it wraps.