Kommander
2.0.16
jvm
kommander-core
/
expect
/
ExpectBuilders
Expect
Builders
jvm
object
ExpectBuilders
Deprecated
use kommander instead
Members
Functions
expect
Link copied to clipboard
jvm
@
JvmStatic
fun
<
E
>
expect
(
value
:
E
)
:
BasicExpectation
<
E
>
@
JvmStatic
fun
<
E
>
expect
(
vararg
value
:
E
)
:
CollectionExpectation
<
E
>
expect
Array
Link copied to clipboard
jvm
@
JvmStatic
fun
<
E
>
expectArray
(
array
:
Array
<
E
>
)
:
CollectionExpectation
<
E
>
expect
Collection
Link copied to clipboard
jvm
@
JvmStatic
fun
<
E
>
expectCollection
(
collection
:
Collection
<
E
>
)
:
CollectionExpectation
<
E
>
expect
Function
Link copied to clipboard
jvm
@
JvmStatic
fun
expectFunction
(
lambda
:
Runnable
)
:
LambdaExpectation