toggle menu
assertk
0.28.1
common
switch theme
search in API
assertk
/
assertk
/
Assert
/
assertThat
assert
That
common
abstract
fun
<
R
>
assertThat
(
actual
:
R
,
name
:
String
?
=
this.name
)
:
Assert
<
R
>
Asserts on the given value with an optional name.
assertThat(true, name = "true").isTrue()
Content copied to clipboard