exceeds_expectations.exceptions

Undocumented in source.

Members

Classes

FailingExpectationException
class FailingExpectationException

Represents an assertion failure in exceeds_expectations.

InvalidExpectationException
class InvalidExpectationException

Thrown when an expectation is used incorrectly. In other words, it indicates a problem in the test, not a problem in the implementation.

Meta