Mock.MockAbstract

Undocumented in source.

Members

Mixins

__anonymous
mixin MockImplCommon
Undocumented in source.

Mixed In Members

From mixin MockImplCommon

_verified
bool _verified;
Undocumented in source.
expectedFuncs
string[] expectedFuncs;
Undocumented in source.
calledFuncs
string[] calledFuncs;
Undocumented in source.
expectedValues
string[] expectedValues;
Undocumented in source.
calledValues
string[] calledValues;
Undocumented in source.
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.

Meta