Class ExecutionListener.MethodProgress

  • Enclosing class:
    ExecutionListener

    static class ExecutionListener.MethodProgress
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • method

        final org.testng.ITestNGMethod method
      • invocations

        final java.util.concurrent.ConcurrentMap<org.testng.ITestResult,​InvocationDescriptor> invocations
      • invocationIndex

        final java.util.concurrent.atomic.AtomicInteger invocationIndex
      • reportedAsStarted

        final java.util.concurrent.CountDownLatch reportedAsStarted
    • Constructor Detail

      • MethodProgress

        public MethodProgress​(org.testng.ITestNGMethod method,
                              MethodDescriptor descriptor)