exceeds-expectations ~master (2021-10-02T23:03:05Z)
Dub
Repo
FailingExpectationError
exceeds_expectations
exceptions
Thrown when an expectation fails.
class
FailingExpectationError : AssertError {
this
(string description, string location, string filePath, size_t line, Throwable next);
}
Constructors
this
this
(string description, string location, string filePath, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
exceeds_expectations
exceptions
classes
FailingExpectationError
InvalidExpectationError
Thrown when an expectation fails.