assertThat

fun <T : Any> assertThat(actual: T?, matcher: Matcher<in T>)
fun <T : Any> assertThat(reason: String, actual: T?, matcher: Matcher<in T>)