- False
void False(Match!bool matcher)
Undocumented in source. Be warned that the author may not have intended to support it.
- Null
void Null(Match!T matcher)
Undocumented in source. Be warned that the author may not have intended to support it.
- True
void True(Match!bool matcher)
Undocumented in source. Be warned that the author may not have intended to support it.
- approxEqual
void approxEqual(Match!T matcher, T1 expected, V maxRelDiff, V maxAbsDiff)
Undocumented in source. Be warned that the author may not have intended to support it.
- be_
void be_(Match!T matcher, T1 expected)
Undocumented in source. Be warned that the author may not have intended to support it.
- between
void between(Match!T matcher, T1 first, T1 last)
Undocumented in source. Be warned that the author may not have intended to support it.
- calling
Match!Calling calling(void m, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- contain
void contain(Match!T matcher, T1 fragment)
Undocumented in source. Be warned that the author may not have intended to support it.
- equal
void equal(Match!T matcher, T1 expected)
Undocumented in source. Be warned that the author may not have intended to support it.
- greater_than
void greater_than(Match!T matcher, T1 expected)
Undocumented in source. Be warned that the author may not have intended to support it.
- greater_than_or_equal_to
void greater_than_or_equal_to(Match!T matcher, T1 expected)
Undocumented in source. Be warned that the author may not have intended to support it.
- less_than
void less_than(Match!T matcher, T1 expected)
Undocumented in source. Be warned that the author may not have intended to support it.
- less_than_or_equal_to
void less_than_or_equal_to(Match!T matcher, T1 expected)
Undocumented in source. Be warned that the author may not have intended to support it.
- must
auto must(T m, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- sameAs
void sameAs(Match!T matcher, T1 expected)
Undocumented in source. Be warned that the author may not have intended to support it.
- throw_
void throw_(Match!T matcher)
Undocumented in source. Be warned that the author may not have intended to support it.