ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
assertOp
ae
utils
exception
Test helper. Asserts that
a
op
b
, and includes the values in the error message.
template
assertOp
(string op)
void
assertOp
(
A
B
)
(
auto
ref
A
a
,
auto
ref
B
b
,
string
file
= __FILE__
,
int
line
= __LINE__
)
Members
Functions
assertOp
void
assertOp
(A a, B b, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
exception
aliases
CaughtException
assertEqual
classes
NoException
functions
exceptionContext
formatException
getStackTrace
mixin templates
DeclareException
templates
assertOp
Test helper. Asserts that a op b, and includes the values in the error message.