doc / ch.tutteli.atrium.api.infix.en_GB / parent

parent

val <T : Path> Expect<T>.parent: Expect<Path> (source)

Expects that this Path has a parent and creates an Expect for it, so that further fluent calls are assertions about it.

Return
The newly created Expect for the extracted feature.

Since
0.12.0

infix fun <T : Path> Expect<T>.parent(assertionCreator: Expect<Path>.() -> Unit): Expect<T> (source)

Expects that this Path has a parent, that the parent holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of this expectation.

Return
an Expect for the subject of this expectation.

Since
0.12.0