Package tech. antibytes. kmock. verification
Types
Functions
and
Link copied to clipboard
infix fun KMockContract.Expectation.and(other: KMockContract.Expectation): KMockContract.Expectation
Content copied to clipboard
assertOrder
Link copied to clipboard
fun KMockContract.Asserter.assertOrder(action: KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
assertProxy
Link copied to clipboard
fun assertProxy(action: KMockContract.CloseableAssertionContext.() -> Unit)
Content copied to clipboard
asyncAssertOrder
Link copied to clipboard
suspend fun KMockContract.Asserter.asyncAssertOrder(action: suspend KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
asyncAssertProxy
Link copied to clipboard
suspend fun asyncAssertProxy(action: suspend KMockContract.CloseableAssertionContext.() -> Unit)
Content copied to clipboard
asyncVerify
Link copied to clipboard
suspend fun asyncVerify(exactly: Int? = null, atLeast: Int = 1, atMost: Int? = null, action: suspend KMockContract.VerificationContext.() -> KMockContract.Expectation)
Content copied to clipboard
asyncVerifyOrder
Link copied to clipboard
suspend fun KMockContract.Asserter.asyncVerifyOrder(action: suspend KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
asyncVerifyStrictOrder
Link copied to clipboard
suspend fun KMockContract.Asserter.asyncVerifyStrictOrder(action: suspend KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
diff
Link copied to clipboard
infix fun KMockContract.Expectation.diff(other: KMockContract.Expectation): KMockContract.Expectation
Content copied to clipboard
intersection
Link copied to clipboard
infix fun KMockContract.Expectation.intersection(other: KMockContract.Expectation): KMockContract.Expectation
Content copied to clipboard
or
Link copied to clipboard
infix fun KMockContract.Expectation.or(other: KMockContract.Expectation): KMockContract.Expectation
Content copied to clipboard
union
Link copied to clipboard
infix fun KMockContract.Expectation.union(other: KMockContract.Expectation): KMockContract.Expectation
Content copied to clipboard
verify
Link copied to clipboard
fun verify(exactly: Int? = null, atLeast: Int = 1, atMost: Int? = null, action: KMockContract.VerificationContext.() -> KMockContract.Expectation)
Content copied to clipboard
verifyOrder
Link copied to clipboard
fun KMockContract.Asserter.verifyOrder(action: KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
verifyStrictOrder
Link copied to clipboard
fun KMockContract.Asserter.verifyStrictOrder(action: KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
xor
Link copied to clipboard
infix fun KMockContract.Expectation.xor(other: KMockContract.Expectation): KMockContract.Expectation
Content copied to clipboard