GroupExpectation

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addExpectation
void addExpectation(Expectation expectation)
Undocumented in source. Be warned that the author may not have intended to support it.
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

expectations
Expectation[] expectations;
Undocumented in source.
ordered
bool ordered;
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