| Package | Description |
|---|---|
| com_atlassian_clover | |
| com.atlassian.clover.recorder | |
| com.atlassian.clover.remote |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo |
Clover.getErrorInfo(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Clover.allRecordersSliceEnd(String type,
String method,
String runtimeTestName,
int slice,
int p,
ErrorInfo ei)
Remebmer to update
RpcMessage.METHODS if you change method signature. |
abstract void |
CoverageRecorder.sliceEnd(String runtimeType,
String method,
String runtimeTestName,
long ts,
int id,
int rid,
int exitStatus,
ErrorInfo errorInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelayedRecorder.sliceEnd(String runtimeType,
String method,
String runtimeTestName,
long ts,
int id,
int rid,
int exitStatus,
ErrorInfo errorInfo) |
void |
NullRecorder.sliceEnd(String runtimeType,
String method,
String runtimeTestName,
long ts,
int id,
int rid,
int exitStatus,
ErrorInfo ei) |
void |
GrowableCoverageRecorder.FixedProxy.sliceEnd(String runtimeType,
String method,
String runtimeTestName,
long ts,
int id,
int rid,
int exitStatus,
ErrorInfo ei) |
void |
BaseCoverageRecorder.sliceEnd(String runtimeType,
String method,
String runtimeTestName,
long endTime,
int id,
int rid,
int exitStatus,
ErrorInfo ei) |
RecordingResult |
ActivePerTestRecorderOne.testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
LivePerTestRecording |
PerTestRecorder.testFinished(String runtimeType,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo ei) |
LivePerTestRecording |
PerTestRecorder.Null.testFinished(String runtimeType,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo ei) |
LivePerTestRecording |
PerTestRecorder.Diffing.testFinished(String type,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
LivePerTestRecording |
ThreadVisibilityStrategy.Volatile.testFinished(String runtimeType,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo ei)
Removes an in-focus recorder.
|
LivePerTestRecording |
ThreadVisibilityStrategy.Synchronized.testFinished(String runtimeType,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo ei)
Removes an in-focus recorder.
|
LivePerTestRecording |
ThreadVisibilityStrategy.SingleThreaded.testFinished(String runtimeType,
String method,
String runtimeTestName,
long end,
int slice,
int testRunId,
int exitStatus,
ErrorInfo ei) |
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) |
| Constructor and Description |
|---|
FileBasedPerTestRecording(CoverageRecorder recorder,
CloverBitSet coverage,
String testMethodName,
String runtimeTestName,
long start,
long end,
double duration,
RuntimeType testType,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
FileBasedPerTestRecording(String dbName,
long dbVersion,
int recorderId,
CloverBitSet coverage,
String testMethodName,
String runtimeTestName,
long start,
long end,
double duration,
RuntimeType testType,
int slice,
int testRunId,
int exitStatus,
ErrorInfo errorInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
CajoTcpRecorderListener.allRecordersSliceEnd(String type,
String method,
String runtimeTestName,
Integer slice,
Integer i,
ErrorInfo ei)
A wrapper method for the same method on the Clover class to allow for extra logging.
|
static RpcMessage |
RpcMessage.createMethodEnd(String type,
String method,
String runtimeTestName,
int slice,
int p,
ErrorInfo errorInfo) |
Copyright © 2023 OpenClover.org. All rights reserved.