CommonVerificationAcknowledger

class CommonVerificationAcknowledger(val stubRepo: StubRepository, val safeToString: SafeToString)

Constructors

Link copied to clipboard
fun CommonVerificationAcknowledger(stubRepo: StubRepository, safeToString: SafeToString)

Functions

Link copied to clipboard
open fun acknowledgeVerified()
open fun acknowledgeVerified(mock: Any)
Link copied to clipboard
open fun checkUnnecessaryStub()
open fun checkUnnecessaryStub(mock: Any)
Link copied to clipboard
open fun markCallVerified(invocation: <Error class: unknown class>)

Properties

Link copied to clipboard
val safeToString: SafeToString
Link copied to clipboard
val stubRepo: StubRepository