Class ClonedMethod

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

    public class ClonedMethod
    extends java.lang.Object
    implements ITestNGMethod
    • Field Detail

      • m_javaMethod

        private final java.lang.reflect.Method m_javaMethod
      • m_id

        private java.lang.String m_id
      • m_currentInvocationCount

        private int m_currentInvocationCount
      • m_date

        private long m_date
      • m_invocationNumbers

        private java.util.List<java.lang.Integer> m_invocationNumbers
      • m_failedInvocationNumbers

        private java.util.List<java.lang.Integer> m_failedInvocationNumbers
    • Constructor Detail

      • ClonedMethod

        public ClonedMethod​(ITestNGMethod method,
                            java.lang.reflect.Method javaMethod)