- AllowDefaults
void AllowDefaults(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- AllowUnexpected
void AllowUnexpected(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- AllowUnexpected
bool AllowUnexpected()
Undocumented in source. Be warned that the author may not have intended to support it.
- BackToRecord
void BackToRecord()
Undocumented in source. Be warned that the author may not have intended to support it.
- LastRecordedCall
Call LastRecordedCall()
Undocumented in source. Be warned that the author may not have intended to support it.
- LastRecordedCallExpectation
CallExpectation LastRecordedCallExpectation()
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.
- MethodCall
auto MethodCall(MockId mocked, string name, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
- Ordered
bool Ordered()
Undocumented in source. Be warned that the author may not have intended to support it.
- Ordered
void Ordered(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Record
void Record(CallExpectation expectation, Call call)
Undocumented in source. Be warned that the author may not have intended to support it.
- Recording
bool Recording()
Undocumented in source. Be warned that the author may not have intended to support it.
- Replay
void Replay()
Undocumented in source. Be warned that the author may not have intended to support it.
- UnexpectedCallsReport
string UnexpectedCallsReport()
Undocumented in source. Be warned that the author may not have intended to support it.
- Verify
void Verify(bool checkUnmatchedExpectations, bool checkUnexpectedCalls)
Undocumented in source. Be warned that the author may not have intended to support it.