Asserter

class Asserter(coverAllInvocations: Boolean) : AsserterBase

Container which collects and holds actual references of proxy calls in a freezing manner. The references are ordered by their invocation. This is intended as default mode for Verification.

Author

Matthias Geisler

Parameters

coverAllInvocations

flag to enable/disable capturing including explicit ignorable Proxies. Default is false.

Constructors

Asserter
Link copied to clipboard
common
fun Asserter(coverAllInvocations: Boolean = false)
flag to enable/disable capturing including explicit ignorable Proxies.

Functions

clear
Link copied to clipboard
common
open override fun clear()
Clears the Container

Properties

references
Link copied to clipboard
common
open override val references: List<KMockContract.Reference>
Holds the actual references