| Package | Description |
|---|---|
| com.atlassian.clover.recorder |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivePerTestRecorderMany
More than two active per-test recorders
|
class |
ActivePerTestRecorderNone
No active per-test recorders
|
class |
ActivePerTestRecorderOne
Exactly one active per-test recorders
|
| Modifier and Type | Field and Description |
|---|---|
ActivePerTestRecorderAny |
RecordingResult.recorders |
| Modifier and Type | Method and Description |
|---|---|
ActivePerTestRecorderAny |
ActivePerTestRecorderOne.testStarted(String type,
long start,
int slice,
int testRunID) |
abstract ActivePerTestRecorderAny |
ActivePerTestRecorderAny.testStarted(String type,
long start,
int slice,
int testRunID)
Registers that a test has started.
|
ActivePerTestRecorderAny |
ActivePerTestRecorderMany.testStarted(String type,
long start,
int slice,
int testRunID) |
ActivePerTestRecorderAny |
ActivePerTestRecorderNone.testStarted(String type,
long start,
int slice,
int testRunID) |
| Constructor and Description |
|---|
RecordingResult(LivePerTestRecording recording,
ActivePerTestRecorderAny recorders) |
Copyright © 2023 OpenClover.org. All rights reserved.