Atrium
1.0.0
1.2.0
1.1.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
1.0.0
common
Don't show for the rest of the session →
×
Version 1.0.0 is outdated, latest version is
1.2.0
.
atrium-api-fluent
/
ch.tutteli.atrium.api.fluent.en_GB
/
Values
Values
class
Values
<
out
T
>
(
val
expected
:
T
,
val
otherExpected
:
T
)
:
Group
<
T
>
,
VarArgHelper
<
T
>
(
source
)
Represents a
Group
of multiple values.
Members
Constructors
Values
Link copied to clipboard
constructor
(
expected
:
T
,
vararg
otherExpected
:
T
)
Functions
to
List
Link copied to clipboard
open
override
fun
toList
(
)
:
List
<
T
>
Properties
expected
Link copied to clipboard
open
override
val
expected
:
T
map
Arguments
Link copied to clipboard
open
val
mapArguments
:
ArgumentMapperBuilder
<
T
>
other
Expected
Link copied to clipboard
open
override
val
otherExpected
:
Array
<
out
T
>