public static MockKGateway.ConstructorMockFactory
Controls constructor mocking
| Modifier and Type | Method and Description |
|---|---|
void |
clear(kotlin.reflect.KClass<?> type,
MockKGateway.ClearOptions options) |
void |
clearAll(MockKGateway.ClearOptions options) |
kotlin.jvm.functions.Function0<kotlin.Unit> |
constructorMockk(kotlin.reflect.KClass<?> cls,
boolean recordPrivateCalls,
boolean localToThread) |
<T> T |
mockPlaceholder(kotlin.reflect.KClass<T> cls) |
kotlin.jvm.functions.Function0<kotlin.Unit> constructorMockk(kotlin.reflect.KClass<?> cls,
boolean recordPrivateCalls,
boolean localToThread)
<T> T mockPlaceholder(kotlin.reflect.KClass<T> cls)
void clear(kotlin.reflect.KClass<?> type,
MockKGateway.ClearOptions options)
void clearAll(MockKGateway.ClearOptions options)