StaticMockFactory

Binds static mocks

Functions

Link copied to clipboard
abstract fun clear(type: KClass<*>, options: MockKGateway.ClearOptions)
Link copied to clipboard
abstract fun clearAll(options: MockKGateway.ClearOptions)
Link copied to clipboard
abstract fun staticMockk(cls: KClass<*>): () -> Unit