← Back to Kairo Docs|API Reference (Dokka)

precondition

inline fun <T, R> T.precondition(description: String? = null, block: T.() -> R): R

Semantic wrapper for verifying preconditions before the test action.