AssertingMatches

class AssertingMatches(matches: Matches) : Matches

An implementation of Matches with additional consistency checks.

Constructors

Link copied to clipboard
constructor(matches: Matches)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getMatches(field: String): MatchesIterator?
Link copied to clipboard
open operator override fun iterator(): Iterator<String>