dmocks v2.0.1 (2018-03-13T08:10:41Z)
Home
Dub
Repo
ArgumentsTypeMatch
dmocks
arguments
Undocumented in source.
class
ArgumentsTypeMatch :
ArgumentsMatch
{
this
(Dynamic[] args, bool delegate(Dynamic, Dynamic) del);
bool
matches
(Dynamic[] args);
string
toString
();
}
Constructors
this
this
(Dynamic[] args, bool delegate(Dynamic, Dynamic) del)
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