InvalidExpectationError

Thrown when an expectation is used incorrectly. It means there is problem in the test itself, not in what's being tested.

Constructors

this
this(string message, string filePath, size_t line, Throwable next)
Undocumented in source.

Meta