DidNotMatch

data class DidNotMatch<T>(val message: String, val atTokenIndex: Int) : ExpectationResult<T>

This expectation did not match.

Constructors

Link copied to clipboard
constructor(message: String, atTokenIndex: Int)

Properties

Link copied to clipboard

The index of the token the failure happened. This index may be out of bounds.

Link copied to clipboard

A human-readable reason for why this failed