Strikt.mockk

package strikt.mockk

Fields

Name Description
val captured: Assertion.Builder<T>

Maps this assertion to an assertion whose subject is the captured value of the CapturingSlot.

Methods

isCaptured

fun <T : Any> Assertion.Builder><CapturingSlot<T>>.isCaptured(): Assertion.Builder><CapturingSlot<T>>

Asserts that the subject has captured a value.

Receiver

Name Description
Assertion.Builder><CapturingSlot<T>>

ReturnValue

Name Description
Assertion.Builder><CapturingSlot<T>>