Kommander
2.0.16
common
kommander-core
/
expect
/
expect
expect
fun
<
E
>
expect
(
value
:
E
)
:
BasicExpectation
<
E
>
fun
<
E
>
expect
(
vararg
value
:
E
)
:
CollectionExpectation
<
E
>
fun
<
E
>
expect
(
collection
:
Collection
<
E
>
?
)
:
CollectionExpectation
<
E
>
inline
fun
<
E
>
expect
(
value
:
E
,
builder
:
BasicExpectation
<
E
>
.
(
)
->
Unit
)
:
BasicExpectation
<
E
>
Deprecated
use kommander instead