d-unit ~master (2018-04-08T20:13:54Z)
Dub
Repo
assertArrayEquals
dunit
ng
assertion
Asserts that the arrays are equal.
void
assertArrayEquals
(
in
T
[]
actual
,
in
U
[]
expected
,
lazy
string
msg
=
null
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
)
void
assertArrayEquals
(
T
U
)
(
in
T
[]
actual
,
in
U
[]
expected
,
lazy
string
msg
= null
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
void
assertArrayEquals
(
in
T
[
V
]
actual
,
in
U
[
V
]
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 arrays are equal.