mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
Should.opEquals
mir
test
Should
Compares the Should instance's value to expected, using file and line for reporting failures.
void
opEquals
(R expected, string file, int line)
struct
Should
(T)
@
trusted
static if
(
!is(immutable T == immutable ubyte[])
)
void
opEquals
(
R
)
(
const
R
expected
,
string
file
= __FILE__
,
int
line
= __LINE__
)
void
opEquals
(ubyte[] expected, string file, int line)
mir
test
Should
functions
opEquals
variables
value
Compares the Should instance's value to expected, using file and line for reporting failures.