Kollections
2.0.16
common
jvm
nonJvm
kommander-core
/
kommander
/
Expect
Expect
common
jvm
nonJvm
expect
interface
Expect
<
out
E
>
Parameters
E
Expected Type
Samples
Inheritors
ExpectCollection
ExpectLambda
ExpectImpl
actual
interface
Expect
<
out
E
>
Parameters
E
Expected Type
Samples
actual
interface
Expect
<
out
E
>
Parameters
E
Expected Type
Samples
Members
Members & Extensions
Functions
to
Be
Link copied to clipboard
common
jvm
nonJvm
expect
abstract
fun
toBe
(
expected
:
@
UnsafeVariance
E
)
expect
abstract
fun
toBe
(
expected
:
@
UnsafeVariance
E
,
message
:
String
)
actual
abstract
fun
toBe
(
expected
:
E
)
actual
abstract
fun
toBe
(
expected
:
E
,
message
:
String
)
actual
abstract
fun
toBe
(
expected
:
E
)
actual
abstract
fun
toBe
(
expected
:
E
,
message
:
String
)
to
Be
Link copied to clipboard
inline
fun
<
E
>
Expect
<
Any
?
>
.
toBe
(
)
:
E
to
Be
Equal
To
Link copied to clipboard
inline
fun
<
E
>
Expect
<
E
>
.
toBeEqualTo
(
expected
:
E
,
message
:
String
?
=
null
)
to
Be
Greater
Than
Link copied to clipboard
fun
<
T
:
Comparable
<
T
>
>
Expect
<
T
>
.
toBeGreaterThan
(
expected
:
T
)
to
Be
Greater
Than
Or
Equal
To
Link copied to clipboard
fun
<
T
:
Comparable
<
T
>
>
Expect
<
T
>
.
toBeGreaterThanOrEqualTo
(
expected
:
T
)
to
Be
Instance
Of
Link copied to clipboard
jvm
open
fun
toBeInstanceOf
(
clazz
:
Class
<
out
Any
?
>
)
to
Be
Instance
Of
Link copied to clipboard
inline
fun
<
E
>
Expect
<
Any
?
>
.
toBeInstanceOf
(
message
:
String
?
=
null
)
:
Expect
<
E
>
to
Be
Less
Than
Link copied to clipboard
fun
<
T
:
Comparable
<
T
>
>
Expect
<
T
>
.
toBeLessThan
(
expected
:
T
)
to
Be
Less
Than
Or
Equal
To
Link copied to clipboard
fun
<
T
:
Comparable
<
T
>
>
Expect
<
T
>
.
toBeLessThanOrEqualTo
(
expected
:
T
)
to
Be
Non
Null
Link copied to clipboard
common
jvm
nonJvm
expect
abstract
fun
toBeNonNull
(
)
expect
abstract
fun
toBeNonNull
(
message
:
String
)
actual
abstract
fun
toBeNonNull
(
)
actual
abstract
fun
toBeNonNull
(
message
:
String
)
actual
abstract
fun
toBeNonNull
(
)
actual
abstract
fun
toBeNonNull
(
message
:
String
)
to
Be
Null
Link copied to clipboard
common
jvm
nonJvm
expect
abstract
fun
toBeNull
(
)
expect
abstract
fun
toBeNull
(
message
:
String
)
actual
abstract
fun
toBeNull
(
)
actual
abstract
fun
toBeNull
(
message
:
String
)
actual
abstract
fun
toBeNull
(
)
actual
abstract
fun
toBeNull
(
message
:
String
)
to
Be
Unequal
To
Link copied to clipboard
inline
fun
<
T
>
Expect
<
T
>
.
toBeUnequalTo
(
expected
:
T
,
message
:
String
?
=
null
)
to
Contain
Link copied to clipboard
inline
fun
Expect
<
String
?
>
.
toContain
(
other
:
String
,
ignoreCase
:
Boolean
=
true
,
message
:
String
?
=
null
)
Properties
value
Link copied to clipboard
common
jvm
nonJvm
expect
abstract
val
value
:
E
actual
abstract
val
value
:
E
actual
abstract
val
value
:
E