dmocks v2.0.1 (2018-03-13T08:10:41Z)
Home
Dub
Repo
ArgumentsMatch
dmocks
arguments
Undocumented in source.
interface
ArgumentsMatch {
bool
matches
(Dynamic[] args);
string
toString
();
}
Members
Functions
matches
bool
matches
(Dynamic[] args)
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Meta
Source
See Implementation
dmocks
arguments
classes
ArgumentsTypeMatch
StrictArgumentsMatch
functions
arguments
formatArguments
interfaces
ArgumentsMatch
IArguments