public interface ThreadVisibilityStrategy extends PerTestRecorder
| Modifier and Type | Interface and Description |
|---|---|
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.
|
PerTestRecorder.Diffing, PerTestRecorder.NullABNORMAL_EXIT, NO_EXIT_RESULT, NORMAL_EXITset, testFinished, testStartedCopyright © 2023 OpenClover.org. All rights reserved.