dmocks v2.0.1 (2018-03-13T08:10:41Z)
Home
Dub
Repo
NameMatch
dmocks
name_match
Undocumented in source.
interface
NameMatch {
bool
matches
(string against);
string
toString
();
}
Members
Functions
matches
bool
matches
(string against)
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Meta
Source
See Implementation
dmocks
name_match
classes
NameMatchRegex
NameMatchText
interfaces
NameMatch