exceeds-expectations ~master (2021-10-02T23:03:05Z)
Dub
Repo
Expect.toEqual
exceeds_expectations
expect
Expect
Succeeds if
received == expected
. Throws a
FailingExpectationError
otherwise.
struct
Expect
(TReceived)
void
toEqual
(
TExpected
)
(
const
auto
ref
TExpected
expected
)
if
(
canCompareForEquality
!(
TReceived
,
TExpected
)
)
Meta
Source
See Implementation
exceeds_expectations
expect
Expect
destructors
~this
functions
not
toApproximatelyEqual
toBe
toBeOfType
toContain
toContainOnly
toEqual
toMatch
toSatisfy
toSatisfyAll
toSatisfyAny
toThrow
Succeeds if received == expected. Throws a FailingExpectationError otherwise.