fun IAssertionPlant<Boolean>.istTrue(): IAssertionPlant<Boolean>
Makes the assertion that IAssertionPlant.subject is true
.
Delegates to ist with argument true
.
AssertionError
- Might throw an AssertionError if the assertion made is not correct.
Return
This plant to support a fluent API.