doc / ch.tutteli.atrium.spec.verbs / VerbSpec

VerbSpec

open class VerbSpec

Constructors

<init>

VerbSpec(plantCheckImmediately: <ERROR CLASS><String, (subject: Int) -> IAssertionPlant<Int>>, plantCheckLazily: <ERROR CLASS><String, (subject: Int, createAssertions: IAssertionPlant<Int>.() -> Unit) -> IAssertionPlant<Int>>, plantNullable: <ERROR CLASS><String, (subject: Int?) -> IAssertionPlantNullable<Int?>>, plantExpect: <ERROR CLASS><String, (act: () -> Unit) -> ThrowableFluent>)