strikt-core / strikt.api / AtomicAssertion / pass

pass

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

Mark this result as passed due to a comparison between two values.

Parameters

actual - an actual value, that is the value that matched the expected value.

description - A description of the assertion. May contain a String.format style placeholder for the actual value.