public MockKGateway
Mediates mocking implementation
| Modifier and Type | Interface and Description |
|---|---|
static class |
MockKGateway.Companion |
static class |
MockKGateway.VerificationParameters
Parameters of verification
|
static class |
MockKGateway.VerificationResult
Result of verification
|
| Modifier and Type | Field and Description |
|---|---|
static MockKGateway.Companion |
Companion |
static MockKGateway.Companion Companion
MockKGateway.MockFactory getMockFactory()
MockKGateway.StaticMockFactory getStaticMockFactory()
MockKGateway.ObjectMockFactory getObjectMockFactory()
MockKGateway.ConstructorMockFactory getConstructorMockFactory()
MockKGateway.Stubber getStubber()
MockKGateway.Verifier getVerifier()
MockKGateway.CallRecorder getCallRecorder()
MockKGateway.InstanceFactoryRegistry getInstanceFactoryRegistry()
MockKGateway.Clearer getClearer()
MockKGateway.MockInitializer getMockInitializer()
MockKGateway.CallVerifier verifier(MockKGateway.VerificationParameters params)