public class NoopMockBehavior extends Object implements MockBehavior
| Constructor and Description |
|---|
NoopMockBehavior() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(ProxyInvocation proxyInvocation)
Empty mock behavior.
|
public Object execute(ProxyInvocation proxyInvocation)
execute in interface MockBehaviorproxyInvocation - The proxy method invocation, not nullCopyright © 2017. All rights reserved.