MockImplCommon

Undocumented in source.

Members

Functions

expect
void expect(V values)
Undocumented in source. Be warned that the author may not have intended to support it.
expectCalled
void expectCalled(V values)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
void verify(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

calledFuncs
string[] calledFuncs;
Undocumented in source.
calledValues
string[] calledValues;
Undocumented in source.
expectedFuncs
string[] expectedFuncs;
Undocumented in source.
expectedValues
string[] expectedValues;
Undocumented in source.
verified
bool verified;
Undocumented in source.

Meta