public abstract class ActivePerTestRecorderAny extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CoverageRecorder |
coverageRecorder |
| Constructor and Description |
|---|
ActivePerTestRecorderAny(CoverageRecorder coverageRecorder) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
asString(String typeName,
int slice,
int testRunId) |
abstract void |
set(int index)
Records coverage for the slot at the given index for the active per-test recorder(s)
|
abstract RecordingResult |
testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo)
Registers that a test has ended.
|
abstract ActivePerTestRecorderAny |
testStarted(String type,
long start,
int slice,
int testRunID)
Registers that a test has started.
|
protected final CoverageRecorder coverageRecorder
public ActivePerTestRecorderAny(CoverageRecorder coverageRecorder)
public abstract void set(int index)
public abstract ActivePerTestRecorderAny testStarted(String type, long start, int slice, int testRunID)
public abstract RecordingResult testFinished(String type, String method, String runtimeTestName, long end, int slice, int testRunId, int exitStatus, ErrorInfo errorInfo)
Copyright © 2023 OpenClover.org. All rights reserved.