public MockKGateway
Mediates mocking implementation
| Modifier and Type | Interface and Description |
|---|---|
static class |
MockKGateway.ClearOptions |
static class |
MockKGateway.Companion |
static class |
MockKGateway.ExclusionParameters
Parameters of exclusion
|
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.Excluder getExcluder()
MockKGateway.CallRecorder getCallRecorder()
MockKGateway.InstanceFactoryRegistry getInstanceFactoryRegistry()
MockKGateway.Clearer getClearer()
MockKGateway.MockInitializer getMockInitializer()
MockKGateway.VerificationAcknowledger getVerificationAcknowledger()
MockKGateway.MockTypeChecker getMockTypeChecker()
MockKGateway.CallVerifier verifier(MockKGateway.VerificationParameters params)