Expect.toBe

Succeeds if received is expected. Throws a FailingExpectationError otherwise.

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

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

Meta