Uses of Interface
org.unitils.mock.mockbehavior.ValidatableMockBehavior

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

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

Classes in org.unitils.mock.mockbehavior.impl that implement ValidatableMockBehavior
 class DefaultValueReturningMockBehavior
          Mock behavior that returns a default value.
 class DummyValueReturningMockBehavior
          Mock behavior that returns a default value.
 class ExceptionThrowingMockBehavior
          Mock behavior that throws a given exception.
 class OriginalBehaviorInvokingMockBehavior
          Mock behavior that, instead of mocking the method invocation, performs the actual behavior of the mocked class.
 class StubMockBehavior
          Mock behavior that returns a default value if a value can be returned, nothing happens when the result type is void.
 class ValueReturningMockBehavior
          Mock behavior that returns a given value.
 



Copyright © 2011. All Rights Reserved.