doc / ch.tutteli.atrium / genericNotCheck

genericNotCheck

fun <T : Any> IAssertionPlant<T>.genericNotCheck(feature: KProperty0<Boolean>): IAssertionPlant<T> (source)

Use this function to make the assertion about the existing property feature of the IAssertionPlant.subject that the property is false.

Exceptions

AssertionError - Might throw an AssertionError if the made assertion does not hold.

Return
This plant to support a fluent-style API.