KInOrder

interface KInOrder : InOrder

Inheritors

Functions

Link copied to clipboard
abstract fun <T : Any> verify(p0: T): T
abstract fun <T : Any> verify(p0: T, p1: VerificationMode): T
open fun verify(p0: MockedStatic<*>, p1: MockedStatic.Verification)
abstract fun verify(p0: MockedStatic<*>, p1: MockedStatic.Verification, p2: VerificationMode)
Link copied to clipboard
abstract fun <T> verifyBlocking(mock: T, f: suspend T.() -> Unit)

Verifies certain suspending behavior happened once in order.

abstract fun <T> verifyBlocking(mock: T, mode: VerificationMode, f: suspend T.() -> Unit)

Verifies certain suspending behavior happened at least once / exact number of times / never in order.

Link copied to clipboard