Mock

A mock object that conforms to an interface/class.

Constructors

this
this(int )

Destructor

~this
~this()

Alias This

_impl

Members

Classes

MockAbstract
class MockAbstract
Undocumented in source.

Functions

returnValue
void returnValue(V values)

This version takes overloads into account. i is the overload index. e.g.:

returnValue
void returnValue(V values)

Set the returnValue of a function to certain values.

Variables

_impl
MockAbstract _impl;
Undocumented in source.

Meta