public class MockKVerificationScope
extends MockKMatcherScope
Part of DSL. Additional operations for verification scope.
MockKMatcherScope.DynamicCall, MockKMatcherScope.DynamicCallLong, MockKMatcherScope.DynamicSetProperty| Constructor and Description |
|---|
MockKVerificationScope(MockKGateway.CallRecorder callRecorder,
CapturingSlot<kotlin.Function> lambda)
Part of DSL. Additional operations for verification scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
wasNot(java.lang.Object $receiver,
Called called) |
void |
wasNot(java.util.List<? extends java.lang.Object> $receiver,
Called called) |
get, getLambda, getProperty, hint, invoke, invokeNoArgs, setPropertypublic MockKVerificationScope(MockKGateway.CallRecorder callRecorder, CapturingSlot<kotlin.Function> lambda)
Part of DSL. Additional operations for verification scope.