interface IAssertionVerbFactory
abstract fun checkException(act: () -> Unit): ThrowableThrownBuilder |
|
abstract fun <T : Any> checkImmediately(subject: T): IAssertionPlant<T> |
|
abstract fun <T : Any> checkLazily(subject: T, assertionCreator: IAssertionPlant<T>.() -> Unit): IAssertionPlant<T> |
|
abstract fun <T> checkNullable(subject: T): IAssertionPlantNullable<T> |