public final class ActivePerTestRecorderOne extends ActivePerTestRecorderAny
coverageRecorder| Constructor and Description |
|---|
ActivePerTestRecorderOne(CoverageRecorder coverageRecorder,
CloverBitSet coverage,
RuntimeType type,
long start,
int slice,
int testRunID) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(int index)
Records coverage for the slot at the given index for the active per-test recorder(s)
|
RecordingResult |
testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo)
Registers that a test has ended.
|
ActivePerTestRecorderAny |
testStarted(String type,
long start,
int slice,
int testRunID)
Registers that a test has started.
|
String |
toString() |
asStringpublic ActivePerTestRecorderOne(CoverageRecorder coverageRecorder, CloverBitSet coverage, RuntimeType type, long start, int slice, int testRunID)
public void set(int index)
ActivePerTestRecorderAnyset in class ActivePerTestRecorderAnypublic ActivePerTestRecorderAny testStarted(String type, long start, int slice, int testRunID)
ActivePerTestRecorderAnytestStarted in class ActivePerTestRecorderAnypublic RecordingResult testFinished(String type, String method, String runtimeTestName, long end, int slice, int testRunId, int exitStatus, ErrorInfo errorInfo)
ActivePerTestRecorderAnytestFinished in class ActivePerTestRecorderAnyCopyright © 2023 OpenClover.org. All rights reserved.