d-unit ~master (2018-04-08T20:13:54Z)
Dub
Repo
assertRangeEquals
dunit
ng
assertion
Asserts that the ranges are equal.
void
assertRangeEquals
(
R1
R2
)
(
R1
actual
,
R2
expected
,
lazy
string
msg
= null
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
Throws
AssertException otherwise
Meta
Source
See Implementation
dunit
ng
assertion
functions
assertArrayEquals
assertEquals
assertNotSame
assertRangeEquals
assertSame
Asserts that the ranges are equal.