NonFreezingAsserter

class NonFreezingAsserter(coverAllInvocations: Boolean) : AsserterBase

Container which collects and holds actual references of proxy calls in a non freezing manner. The references are ordered by their invocation.

Author

Matthias Geisler

See also

Parameters

coverAllInvocations

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

Constructors

NonFreezingAsserter
Link copied to clipboard
common
fun NonFreezingAsserter(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