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

VerbSpec

abstract class VerbSpec

Constructors

<init>

VerbSpec(plantCheckImmediately: <ERROR CLASS><String, (subject: Int) -> AssertionPlant<Int>>, plantCheckLazily: <ERROR CLASS><String, (subject: Int, assertionCreator: AssertionPlant<Int>.() -> Unit) -> AssertionPlant<Int>>, plantNullable: <ERROR CLASS><String, (subject: Int?) -> AssertionPlantNullable<Int?>>, plantExpect: <ERROR CLASS><String, (act: () -> Unit) -> ThrowableThrownBuilder>, describePrefix: String = "[Atrium] ")