dmocks v2.0.1 (2018-03-13T08:10:41Z)
Home
Dub
Repo
StrictArgumentsMatch
dmocks
arguments
Undocumented in source.
class
StrictArgumentsMatch :
ArgumentsMatch
{
this
(Dynamic[] args);
bool
matches
(Dynamic[] args);
string
toString
();
}
Constructors
this
this
(Dynamic[] args)
Undocumented in source.
Members
Functions
matches
bool
matches
(Dynamic[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ArgumentsMatch
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