Package org.junit.support.testng.engine
Class ExecutionListener.MethodProgress
- java.lang.Object
-
- org.junit.support.testng.engine.ExecutionListener.MethodProgress
-
- Enclosing class:
- ExecutionListener
static class ExecutionListener.MethodProgress extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MethodDescriptor
descriptor
(package private) java.util.concurrent.atomic.AtomicInteger
invocationIndex
(package private) java.util.concurrent.ConcurrentMap<org.testng.ITestResult,InvocationDescriptor>
invocations
(package private) org.testng.ITestNGMethod
method
(package private) java.util.concurrent.CountDownLatch
reportedAsStarted
-
Constructor Summary
Constructors Constructor Description MethodProgress(org.testng.ITestNGMethod method, MethodDescriptor descriptor)
-
-
-
Field Detail
-
method
final org.testng.ITestNGMethod method
-
descriptor
final MethodDescriptor descriptor
-
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)
-
-