Mock

Class for create Mock object

Constructors

this
this()

Default constructor

Alias This

_implementation

Members

Functions

returnValue
void returnValue(V values)

Add a value to be returned by the mock.

Variables

_implementation
MockAbstract _implementation;

Mock implementation

Meta