ExpectNot.toBe

Succeeds if received !is expected. Throws a FailingExpectationError otherwise.

This checks for *identity*, not *equality*. If `received != expected` is desired, use toEqual.

struct ExpectNot(TReceived)
void
toBe
(
TExpected
)
(
const auto ref TExpected expected
)

Meta