CommonClearer

class CommonClearer(val stubRepository: StubRepository, val safeToString: SafeToString)

Constructors

Link copied to clipboard
fun CommonClearer(stubRepository: StubRepository, safeToString: SafeToString)

Functions

Link copied to clipboard
open fun clear(mocks: Array<out Any>, options: <Error class: unknown class>)
Link copied to clipboard
open fun clearAll(options: <Error class: unknown class>)

Properties

Link copied to clipboard
val log: Logger
Link copied to clipboard
val safeToString: SafeToString
Link copied to clipboard
val stubRepository: StubRepository