CallExpectation

Undocumented in source.

Constructors

this
this(MockId object, NameMatch name, QualifierMatch qualifiers, ArgumentsMatch args, TypeInfo returnType)
Undocumented in source.

Members

Functions

match
CallExpectation match(Call call)
Undocumented in source. Be warned that the author may not have intended to support it.
satisfied
bool satisfied()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(string indentation)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

action
Action action;
Undocumented in source.
arguments
ArgumentsMatch arguments;
Undocumented in source.
name
NameMatch name;
Undocumented in source.
object
MockId object;
Undocumented in source.
qualifiers
QualifierMatch qualifiers;
Undocumented in source.
repeatInterval
Interval repeatInterval;
Undocumented in source.

Inherited Members

From Expectation

match
CallExpectation match(Call call)
Undocumented in source.
satisfied
bool satisfied()
Undocumented in source.
toString
string toString(string indentation)
Undocumented in source.
toString
string toString()
Undocumented in source.

Meta