Is

data class Is(val status: Status) : StatusMatcher(source)

Matches a single status exactly.

Constructors

Link copied to clipboard
constructor(status: Status)

Properties

Link copied to clipboard

Status that must match for this matcher to evaluate to true.

Functions

Link copied to clipboard
open operator override fun invoke(p1: Status): Boolean

Evaluates whether p1 matches the configured status.