dmocks.call

Undocumented in source.

Public Imports

dmocks.dynamic
public import dmocks.dynamic;
Undocumented in source.
dmocks.model
public import dmocks.model;
Undocumented in source.

Members

Classes

Call
class Call

This class represents a single method call on a mock object while in replay phase All information about the call is stored here

Functions

createCall
Call createCall(MockId object, string name, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta