exceeds_expectations

Undocumented in source.

Members

Classes

EEException
class EEException

Represents an assertion failure in exceeds_expectations.

Functions

expect
Expectation!(T, file) expect(T actual, size_t line)

Initiates the expectation chain.

Structs

Expectation
struct Expectation(TReceived, string file = __FILE__)

Wraps any object and allows assertions to be run.

Meta