mocked.mocker

Undocumented in source.

Members

Aliases

Mocker
alias Mocker = Factory!(Options!())

Mocker instance with default options.

Functions

configure
auto configure()

Constructs a mocker with options passed as Args.

Structs

Factory
struct Factory(Options)

A class through which one creates mock objects and manages expectations about calls to their methods.

Meta