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

VerbSpec

open class VerbSpec : Spek

Constructors

<init>

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