toggle menu
Atrium
1.2.0
common
switch theme
search in API
atrium-logic
/
ch.tutteli.atrium.logic
/
ListAssertions
List
Assertions
interface
ListAssertions
(
source
)
Collection of assertion functions and builders which are applicable to subjects with a
List
type.
Inheritors
DefaultListAssertions
Members
Functions
get
Link copied to clipboard
abstract
fun
<
E
,
T
:
List
<
E
>
>
get
(
container
:
AssertionContainer
<
T
>
,
index
:
Int
)
:
FeatureExtractorBuilder.ExecutionStep
<
T
,
E
>