← Back to Kairo Docs|API Reference (Dokka)

postcondition

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

Semantic wrapper for verifying side effects after the test action.