strikt-core / strikt.api / Assertion / pass

pass

abstract fun pass(description: String? = null): Unit

Mark this result as passed.

Parameters

description - An optional description of the assertion result.