InvalidExpectationException

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

class InvalidExpectationException : Exception {}

Constructors

this
this(string message, string filePath, size_t line, Throwable next)

Constructs a new InvalidExpectationException

Meta