unit-threaded v1.0.8 (2020-08-26T13:32:59Z)
Home
Dub
Repo
isEqual
unit_threaded
assertions
Undocumented in source. Be warned that the author may not have intended to support it.
bool
isEqual
(V value, E expected)
bool
isEqual
(V value, E expected)
bool
isEqual
(V value, E expected)
bool
isEqual
(V value, E expected)
bool
isEqual
(V value, E expected)
bool
isEqual
(
V
E
)
(
scope
V
value
,
scope
E
expected
)
if
(
isSomeString
!
V
&&
isSomeString
!
E
&&
is
(
typeof
(
isEqual
(
value.front
,
expected.front
)))
)
bool
isEqual
(V value, E expected)
Meta
Source
See Implementation
unit_threaded
assertions
enums
isLikeAssociativeArray
functions
be
convertToString
isEqual
should
shouldApproxEqual
shouldBeBetween
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameJsonAs
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
templates
IsField