open class VerbSpec : Spek (source)
| <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>>) |
| plantCheckImmediately |
val plantCheckImmediately: Pair<String, (subject: Int) -> IAssertionPlant<Int>> |
| plantCheckLazily |
val plantCheckLazily: Pair<String, (subject: Int, createAssertions: IAssertionPlant<Int>.() -> Unit) -> IAssertionPlant<Int>> |
| plantExpect |
val plantExpect: Pair<String, (act: () -> Unit) -> <ERROR CLASS>> |
| plantNullable |
val plantNullable: Pair<String, (subject: Int?) -> IAssertionPlantNullable<Int?>> |