Class WrappedTestNGMethod

  • All Implemented Interfaces:
    java.lang.Cloneable, ITestNGMethod

    public class WrappedTestNGMethod
    extends java.lang.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.