MatcherAssert

Functions

Link copied to clipboard
fun <T> assertThat(actual: T, matcher: Matcher<in T>)
fun assertThat(reason: String, assertion: Boolean)
fun <T> assertThat(reason: String, actual: T, matcher: Matcher<in T>)