public static class PerTestRecorder.Diffing extends Object implements PerTestRecorder
PerTestRecorder.Diffing, PerTestRecorder.Null| Modifier and Type | Field and Description |
|---|---|
protected CoverageRecorder |
coverageRecorder |
protected long |
start |
protected CoverageSnapshot |
startingCoverage |
ABNORMAL_EXIT, NO_EXIT_RESULT, NORMAL_EXIT| Constructor and Description |
|---|
Diffing(CoverageRecorder coverageRecorder) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(int index) |
LivePerTestRecording |
testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
void |
testStarted(String type,
long start,
int slice,
int testRunID) |
protected final CoverageRecorder coverageRecorder
protected long start
protected CoverageSnapshot startingCoverage
public Diffing(CoverageRecorder coverageRecorder)
public void set(int index)
set in interface PerTestRecorderpublic void testStarted(String type, long start, int slice, int testRunID)
testStarted in interface PerTestRecorderpublic LivePerTestRecording testFinished(String type, String method, String runtimeTestName, long end, int slice, int testRunId, int exitStatus, ErrorInfo errorInfo)
testFinished in interface PerTestRecorderCopyright © 2023 OpenClover.org. All rights reserved.