Matcher

interface Matcher<T> : SelfDescribing

Inheritors

Functions

Link copied to clipboard
abstract fun describeMismatch(actual: Any?, mismatchDescription: Description)
Link copied to clipboard
abstract fun describeTo(description: Description)
Link copied to clipboard
abstract fun matches(actual: Any?): Boolean