| Class | Description |
|---|---|
| DefaultValueReturningMockBehavior |
Mock behavior that returns a default value.
|
| DummyValueReturningMockBehavior |
Mock behavior that returns a default value.
|
| ExceptionThrowingMockBehavior |
Mock behavior that throws a given exception.
|
| NoopMockBehavior |
Mock behavior that does nothing.
|
| OriginalBehaviorInvokingMockBehavior |
Mock behavior that, instead of mocking the method invocation, performs the actual behavior of the mocked class.
|
| StubMockBehavior |
Mock behavior that returns a default value if a value can be returned, nothing happens when the result type is void.
|
| ValueReturningMockBehavior |
Mock behavior that returns a given value.
|
Copyright © 2016. All Rights Reserved.