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() |
asString
public ActivePerTestRecorderOne(CoverageRecorder coverageRecorder, CloverBitSet coverage, RuntimeType type, long start, int slice, int testRunID)
public void set(int index)
ActivePerTestRecorderAny
set
in class ActivePerTestRecorderAny
public ActivePerTestRecorderAny testStarted(String type, long start, int slice, int testRunID)
ActivePerTestRecorderAny
testStarted
in class ActivePerTestRecorderAny
public RecordingResult testFinished(String type, String method, String runtimeTestName, long end, int slice, int testRunId, int exitStatus, ErrorInfo errorInfo)
ActivePerTestRecorderAny
testFinished
in class ActivePerTestRecorderAny
Copyright © 2023 OpenClover.org. All rights reserved.