Package org.junit.support.testng.engine
Class TestClassRegistry.Entry
- java.lang.Object
-
- org.junit.support.testng.engine.TestClassRegistry.Entry
-
- Enclosing class:
- TestClassRegistry
private static class TestClassRegistry.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ClassDescriptor
descriptor
(package private) java.util.concurrent.atomic.AtomicInteger
inProgress
-
Constructor Summary
Constructors Constructor Description Entry(ClassDescriptor descriptor)
-
-
-
Field Detail
-
descriptor
final ClassDescriptor descriptor
-
inProgress
final java.util.concurrent.atomic.AtomicInteger inProgress
-
-
Constructor Detail
-
Entry
Entry(ClassDescriptor descriptor)
-
-