dmocks v2.0.1 (2018-03-13T08:10:41Z)
Home
Dub
Repo
Expectation
dmocks
expectation
Undocumented in source.
package
interface
Expectation {
CallExpectation
match
(Call call);
bool
satisfied
();
string
toString
(string indentation);
string
toString
();
}
Members
Functions
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
Source
See Implementation
dmocks
expectation
classes
CallExpectation
GroupExpectation
functions
createExpectation
createGroupExpectation
interfaces
Expectation