doc / ch.tutteli.atrium.api.infix.en_GB.creating.path / PathWithCreator

PathWithCreator

data class PathWithCreator<E>

Parameter object which combines a path (as String) with an assertionCreator which defines assertions for a resulting feature of type E.

Use the function path(String) { ... } to create this representation.

Since
0.12.0

Properties

assertionCreator

val assertionCreator: Expect<E>.() -> Unit

path

val path: String