atrium-api-infix-en_GB-jvm
Module Contents
alltypes
Module Contents
object Blank : Keyword
object case : Keyword
ch.tutteli.atrium.creating.Expect
Module Contents
infix fun <E : Any, T : Iterable<E?>> Expect<T>.all(assertionCreatorOrNull: (Expect<E>.() -> Unit)?): Expect<T>
val <K, T : Pair<K, *>> Expect<T>.first: Expect<K>
infix fun <K, V, T : Pair<K, V>> Expect<T>.first(assertionCreator: Expect<K>.() -> Unit): Expect<T>
infix fun <E, T : List<E>> Expect<T>.get(index: Int): Expect<E>
infix fun <E, T : List<E>> Expect<T>.get(index: Index): ListGetStep<E, T>
infix fun <T : Collection<*>> Expect<T>.notToBe(Empty: Empty): Expect<T>
val <V, T : Pair<*, V>> Expect<T>.second: Expect<V>
infix fun <K, V, T : Pair<K, V>> Expect<T>.second(assertionCreator: Expect<V>.() -> Unit): Expect<T>
val <T : Collection<*>> Expect<T>.size: Expect<Int>
infix fun <E, T : Collection<E>> Expect<T>.size(assertionCreator: Expect<Int>.() -> Unit): Expect<T>
infix fun <T : Collection<*>> Expect<T>.toBe(Empty: Empty): Expect<T>
object contain : Keyword
object Empty : Keyword
object entries : Keyword
object group : Keyword
data class Index
interface Keyword
interface ListGetStep<E, T : List<E>>
object only : Keyword
object order : Keyword
package ch.tutteli.atrium.api.infix.en_GB
Module Contents
object Blank : Keyword
object case : Keyword
ch.tutteli.atrium.creating.Expect
Module Contents
infix fun <E : Any, T : Iterable<E?>> Expect<T>.all(assertionCreatorOrNull: (Expect<E>.() -> Unit)?): Expect<T>
val <K, T : Pair<K, *>> Expect<T>.first: Expect<K>
infix fun <K, V, T : Pair<K, V>> Expect<T>.first(assertionCreator: Expect<K>.() -> Unit): Expect<T>
infix fun <E, T : List<E>> Expect<T>.get(index: Int): Expect<E>
infix fun <E, T : List<E>> Expect<T>.get(index: Index): ListGetStep<E, T>
infix fun <T : Collection<*>> Expect<T>.notToBe(Empty: Empty): Expect<T>
val <V, T : Pair<*, V>> Expect<T>.second: Expect<V>
infix fun <K, V, T : Pair<K, V>> Expect<T>.second(assertionCreator: Expect<V>.() -> Unit): Expect<T>
val <T : Collection<*>> Expect<T>.size: Expect<Int>
infix fun <E, T : Collection<E>> Expect<T>.size(assertionCreator: Expect<Int>.() -> Unit): Expect<T>
infix fun <T : Collection<*>> Expect<T>.toBe(Empty: Empty): Expect<T>
object contain : Keyword
object Empty : Keyword
object entries : Keyword
object group : Keyword
data class Index
interface Keyword
object only : Keyword
object order : Keyword
package ch.tutteli.atrium.api.infix.en_GB.creating.list.get.builders