toggle menu
assertk-project
0.28.0
common
switch theme
search in API
assertk
/
assertk
/
fail
fail
fun
fail
(
error
:
AssertionError
)
:
Nothing
Fail the test with the given {@link AssertionError}.
fun
fail
(
message
:
String
,
expected
:
Any
?
=
NONE
,
actual
:
Any
?
=
NONE
,
cause
:
Throwable
?
=
null
)
:
Nothing
Fail the test with the given message.