should

Undocumented in source.
template should(alias operation, string description)
debug(featureTest)
bool
should
(
E
)
(
lazy E expression
,
string name = "Value"
,
string file = __FILE__
,
typeof(__LINE__) line = __LINE__
)

Members

Functions

should
bool should(E expression, string name, string file, typeof(__LINE__) line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta