doc / ch.tutteli.atrium.api.fluent.en_GB / extension

extension

val <T : Path> Expect<T>.extension: Expect<String> (source)

Creates an Expect for the property Path.extension (provided via niok) of the subject of this expectation, so that further fluent calls are assertions about it.

//Unresolved: ch.tutteli.atrium.api.fluent.en_GB.samples.PathExpectationSamples.pathExtensionFeature

Return
The newly created Expect for the extracted feature.

Since
0.9.0

fun <T : Path> Expect<T>.extension(assertionCreator: Expect<String>.() -> Unit): Expect<T> (source)

Expects that the property Path.extension (provided via niok) of the subject of this expectation holds all assertions the given assertionCreator creates for it and returns an Expect for the current subject of this expectation.

//Unresolved: ch.tutteli.atrium.api.fluent.en_GB.samples.PathExpectationSamples.pathExtension

Return
an Expect for the subject of this expectation.

Since
0.9.0