Kommander
2.0.16
common
kommander-coroutines
/
expect
Package-level
declarations
Types
Functions
Types
Suspend
Lambda
Expectation
Link copied to clipboard
interface
SuspendLambdaExpectation
:
BasicExpectation
<
suspend
(
)
->
Unit
>
Functions
expect
Failure
Link copied to clipboard
suspend
fun
expectFailure
(
lambda
:
suspend
(
)
->
Unit
)
:
Throwable
expect
Failure
With
Link copied to clipboard
inline suspend
fun
<
T
:
Throwable
>
expectFailureWith
(
noinline
lambda
:
(
)
->
Unit
)
:
T
expect
Lambda
Link copied to clipboard
fun
expectLambda
(
lambda
:
suspend
(
)
->
Unit
)
:
SuspendLambdaExpectation
to
Fail
With
Link copied to clipboard
inline suspend
fun
<
T
:
Throwable
>
SuspendLambdaExpectation
.
toFailWith
(
)
:
T