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

VerbSpec

open class VerbSpec (source)

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>)

Properties

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