Class ExpectedObjectDidntHappenFailure¶
Defined in File Failure.hpp
Inheritance Relationships¶
Base Type¶
public mu::tiny::mock::Failure(Class Failure)
Class Documentation¶
-
class ExpectedObjectDidntHappenFailure : public mu::tiny::mock::Failure¶
[source] Failure reported when an expected object constraint was never satisfied.
Triggered by Support::check_expectations() when an expectation with ExpectedCall::on_object() was never matched.