|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.unitils.mock.core.MockProxy<T>
org.unitils.mock.core.PartialMockProxy<T>
public class PartialMockProxy<T>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.unitils.mock.core.MockProxy |
---|
MockProxy.InvocationHandler |
Field Summary |
---|
Fields inherited from class org.unitils.mock.core.MockProxy |
---|
alwaysMatchingBehaviorDefiningInvocations, matchingInvocationBuilder, oneTimeMatchingBehaviorDefiningInvocations, proxy, scenario |
Constructor Summary | |
---|---|
PartialMockProxy(String mockName,
Class<T> mockedType,
BehaviorDefiningInvocations oneTimeMatchingBehaviorDefiningInvocations,
BehaviorDefiningInvocations alwaysMatchingBehaviorDefiningInvocations,
Scenario scenario,
MatchingInvocationBuilder syntaxMonitor)
|
Method Summary | |
---|---|
protected MockBehavior |
getDefaultMockBehavior(ProxyInvocation proxyInvocation)
|
Methods inherited from class org.unitils.mock.core.MockProxy |
---|
assertCanExecute, getMatchingBehaviorDefiningInvocation, getProxy, getValidMockBehavior, handleMockInvocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartialMockProxy(String mockName, Class<T> mockedType, BehaviorDefiningInvocations oneTimeMatchingBehaviorDefiningInvocations, BehaviorDefiningInvocations alwaysMatchingBehaviorDefiningInvocations, Scenario scenario, MatchingInvocationBuilder syntaxMonitor)
Method Detail |
---|
protected MockBehavior getDefaultMockBehavior(ProxyInvocation proxyInvocation)
getDefaultMockBehavior
in class MockProxy<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |