doc / ch.tutteli.atrium.api.fluent.en_GB / KeyValue / <init>

<init>

KeyValue(key: K, valueAssertionCreatorOrNull: (Expect<V>.() -> Unit)?)

Parameter object to express a key/value Pair whose value type is a nullable lambda with an Expect receiver, which means one can either pass a lambda or null.