class ExecutionTracker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Set<UniqueId> |
executedUniqueIds |
Constructor and Description |
---|
ExecutionTracker() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
markExecuted(TestDescriptor testDescriptor) |
(package private) boolean |
wasAlreadyExecuted(TestDescriptor testDescriptor) |
private final java.util.Set<UniqueId> executedUniqueIds
void markExecuted(TestDescriptor testDescriptor)
boolean wasAlreadyExecuted(TestDescriptor testDescriptor)