Expect

Constructors

this
this(ValueEvaluation value, string fileName, size_t line, string prependText)
Undocumented in source.
this
this(Expect another)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

above
auto above(T value)
addOperationName
void addOperationName(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
approximately
auto approximately(T value, U range)
Undocumented in source. Be warned that the author may not have intended to support it.
be
Expect be()
beNull
auto beNull()
Undocumented in source. Be warned that the author may not have intended to support it.
because
auto because(string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
below
auto below(T value)
between
auto between(T value, U range)
Undocumented in source. Be warned that the author may not have intended to support it.
contain
auto contain(T value)
containOnly
auto containOnly(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
endWith
auto endWith(T value)
equal
auto equal(T value)
greaterOrEqualTo
auto greaterOrEqualTo(T value)
greaterThan
auto greaterThan(T value)
haveExecutionTime
auto haveExecutionTime()
Undocumented in source. Be warned that the author may not have intended to support it.
inhibit
void inhibit()
Undocumented in source. Be warned that the author may not have intended to support it.
instanceOf
auto instanceOf()
Undocumented in source. Be warned that the author may not have intended to support it.
lessOrEqualTo
auto lessOrEqualTo(T value)
lessThan
auto lessThan(T value)
msg
string msg(size_t line, string file)
Undocumented in source. Be warned that the author may not have intended to support it.
not
Expect not()
opDispatch
Expect opDispatch()
opDispatch
Expect opDispatch(Params params)
startWith
auto startWith(T value)
throwAnyException
auto throwAnyException()
throwException
Expect throwException()
thrown
Throwable thrown()
Undocumented in source. Be warned that the author may not have intended to support it.
to
Expect to()
withMessage
Expect withMessage(size_t line, string file)
Undocumented in source. Be warned that the author may not have intended to support it.
withMessage
Expect withMessage(string message, size_t line, string file)
Undocumented in source. Be warned that the author may not have intended to support it.
within
auto within(T value, U range)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta