doc / ch.tutteli.atrium.creating / IAssertionPlant / and

and

open val and: IAssertionPlant<T>

Can be used to separate assertions when using the fluent-style API.

For instance, assert(1).isLessThan(2).and.isGreaterThan(0)

Return
This plant to support a fluent-style API.