org.unitils.mock.core.matching.impl
Class AssertNotInvokedVerifyingMatchingInvocationHandler

java.lang.Object
  extended by org.unitils.mock.core.matching.impl.AssertVerifyingMatchingInvocationHandler
      extended by org.unitils.mock.core.matching.impl.AssertNotInvokedVerifyingMatchingInvocationHandler
All Implemented Interfaces:
MatchingInvocationHandler

public class AssertNotInvokedVerifyingMatchingInvocationHandler
extends AssertVerifyingMatchingInvocationHandler

Author:
Tim Ducheyne, Filip Neven

Field Summary
 
Fields inherited from class org.unitils.mock.core.matching.impl.AssertVerifyingMatchingInvocationHandler
mockFactory, scenario
 
Constructor Summary
AssertNotInvokedVerifyingMatchingInvocationHandler(Scenario scenario, MockFactory mockFactory)
           
 
Method Summary
protected  void performAssertion(Scenario scenario, BehaviorDefiningInvocation behaviorDefiningInvocation)
           
protected  Object performChainedAssertion(Mock<?> mock)
           
 
Methods inherited from class org.unitils.mock.core.matching.impl.AssertVerifyingMatchingInvocationHandler
createChainedMock, handleInvocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertNotInvokedVerifyingMatchingInvocationHandler

public AssertNotInvokedVerifyingMatchingInvocationHandler(Scenario scenario,
                                                          MockFactory mockFactory)
Method Detail

performAssertion

protected void performAssertion(Scenario scenario,
                                BehaviorDefiningInvocation behaviorDefiningInvocation)
Specified by:
performAssertion in class AssertVerifyingMatchingInvocationHandler

performChainedAssertion

protected Object performChainedAssertion(Mock<?> mock)
Specified by:
performChainedAssertion in class AssertVerifyingMatchingInvocationHandler


Copyright © 2011. All Rights Reserved.