doc / ch.tutteli.atrium.logic / ListAssertions

ListAssertions

interface ListAssertions (source)

Collection of assertion functions and builders which are applicable to subjects with a List type.

Functions

get

abstract fun <E, T : List<E>> get(container: AssertionContainer<T>, index: Int): FeatureExtractorBuilder.ExecutionStep<T, E>

Inheritors

DefaultListAssertions

class DefaultListAssertions : ListAssertions