public final class ActivePerTestRecorderMany extends ActivePerTestRecorderAny
coverageRecorder| Constructor and Description |
|---|
ActivePerTestRecorderMany(CoverageRecorder coverageRecorder,
ActivePerTestRecorderOne[] those) |
| 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 ActivePerTestRecorderMany(CoverageRecorder coverageRecorder, ActivePerTestRecorderOne[] those)
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.