Uses of Class
org.unitils.core.UnitilsException

Packages that use UnitilsException
org.unitils.mock.mockbehavior   
org.unitils.mock.mockbehavior.impl   
 

Uses of UnitilsException in org.unitils.mock.mockbehavior
 

Methods in org.unitils.mock.mockbehavior that throw UnitilsException
 void ValidatableMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
          Checks whether the mock behavior can be executed for the given invocation.
 

Uses of UnitilsException in org.unitils.mock.mockbehavior.impl
 

Methods in org.unitils.mock.mockbehavior.impl that throw UnitilsException
 void ValueReturningMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
          Checks whether the mock behavior can be executed for the given invocation.
 void StubMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
          Stub behavior is always allowed.
 void OriginalBehaviorInvokingMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
          Checks whether the mock behavior can be executed for the given invocation.
 void ExceptionThrowingMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
          Checks whether the mock behavior can be executed for the given invocation.
 void DefaultValueReturningMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
          Checks whether the mock behavior can be executed for the given invocation.
 



Copyright © 2011. All Rights Reserved.