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