doc / ch.tutteli.atrium / isSmallerThan

isSmallerThan

fun IAssertionPlant<Int>.isSmallerThan(expected: Int): IAssertionPlant<Int> (source)

Makes the assertion that IAssertionPlant.subject is smaller than expected.

Return
This plant to support a fluent-style API.