interface ListAssertions
Defines the minimum set of assertion functions and builders applicable to List, which an implementation of the domain of Atrium has to provide.
abstract fun <E, T : List<E>> get(expect: Expect<T>, index: Int): ExtractedFeaturePostStep<T, E> abstract fun <T : Any> abstract fun <T : Any> |
|
abstract fun <T> abstract fun <T> |
object
Delegates inter alia to the implementation of ListAssertions. In detail, it implements ListAssertions by delegating to listAssertions which in turn delegates to the implementation via loadSingleService. |