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