Counters

class Counters

Represents entity counters.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errored: Int?

The number of errored entities.

Link copied to clipboard
val failed: Int?

The number of failed entities.

Link copied to clipboard
val passed: Int?

The number of passed entities.

Link copied to clipboard
val skipped: Int?

The number of skipped entities.

Link copied to clipboard
val stopped: Int?

The number of stopped entities.

Link copied to clipboard
val total: Int?

The total number of entities.

Link copied to clipboard
val warned: Int?

The number of warned entities.

Functions

Link copied to clipboard
inline fun copy(block: Counters.Builder.() -> Unit = {}): Counters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String