| Package | Description |
|---|---|
| com.atlassian.clover.recorder |
| Modifier and Type | Method and Description |
|---|---|
RecordingResult |
ActivePerTestRecorderOne.testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
abstract RecordingResult |
ActivePerTestRecorderAny.testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo)
Registers that a test has ended.
|
RecordingResult |
ActivePerTestRecorderMany.testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
RecordingResult |
ActivePerTestRecorderNone.testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
Copyright © 2023 OpenClover.org. All rights reserved.