| Package | Description |
|---|---|
| com.atlassian.clover.recorder |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThreadVisibilityStrategy
Base interface for different strategies for handling how the current collection of active per test recorders are made
visible across different threads.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PerTestRecorder.Diffing |
static class |
PerTestRecorder.Null |
static class |
ThreadVisibilityStrategy.SingleThreaded
A Holder that makes no guarantees about visibility where more than one thread gets or set the per-test recorder.
|
static class |
ThreadVisibilityStrategy.Synchronized
A Holder that guarantees correct per-test recorder visibility to all accessing threads.
|
static class |
ThreadVisibilityStrategy.Volatile
A Holder that guarantees correct per-test recorder visibility to all accessing threads.
|
| Modifier and Type | Field and Description |
|---|---|
protected PerTestRecorder |
BaseCoverageRecorder.testCoverage |
Copyright © 2023 OpenClover.org. All rights reserved.