Package org.junit.support.testng.engine
Class ExecutionListener.MethodProgress
java.lang.Object
org.junit.support.testng.engine.ExecutionListener.MethodProgress
- Enclosing class:
ExecutionListener
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final MethodDescriptor
(package private) final AtomicInteger
(package private) final ConcurrentMap
<org.testng.ITestResult, InvocationDescriptor> (package private) final org.testng.ITestNGMethod
(package private) final CountDownLatch
-
Constructor Summary
ConstructorsConstructorDescriptionMethodProgress
(org.testng.ITestNGMethod method, MethodDescriptor descriptor) -
Method Summary
-
Field Details
-
method
final org.testng.ITestNGMethod method -
descriptor
-
invocations
-
invocationIndex
-
reportedAsStarted
-
-
Constructor Details
-
MethodProgress
-