exceeds_expectations.expect

Undocumented in source.

Members

Functions

expect
Expect!T expect(T received, string filePath, size_t line)

Begins an expectation.

Structs

Expect
struct Expect(TReceived)

Runs expectations on a given value. Instances must be created using expect.

Meta