Asserter
interface Asserter
Content copied to clipboard
Container which holds actual references of proxy calls. The references are ordered by their invocation.
Author
Matthias Geisler
Functions
Properties
references
Link copied to clipboard
Extensions
assertOrder
Link copied to clipboard
fun KMockContract.Asserter.assertOrder(action: KMockContract.ChainedAssertion.() -> Any)
Content copied to clipboard
asyncAssertOrder
Link copied to clipboard
suspend fun KMockContract.Asserter.asyncAssertOrder(action: suspend KMockContract.ChainedAssertion.() -> Any)
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
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