public interface PerTestRecorder
| Modifier and Type | Interface and Description |
|---|---|
static class |
PerTestRecorder.Diffing |
static class |
PerTestRecorder.Null |
| Modifier and Type | Field and Description |
|---|---|
static int |
ABNORMAL_EXIT |
static int |
NO_EXIT_RESULT |
static int |
NORMAL_EXIT |
| Modifier and Type | Method and Description |
|---|---|
void |
set(int index) |
LivePerTestRecording |
testFinished(String runtimeType,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo ei) |
void |
testStarted(String runtimeType,
long start,
int slice,
int testRunId) |
static final int NO_EXIT_RESULT
static final int ABNORMAL_EXIT
static final int NORMAL_EXIT
Copyright © 2023 OpenClover.org. All rights reserved.