Class ExpectedParameterDidntHappenFailure

Inheritance Relationships

Base Type

Class Documentation

class ExpectedParameterDidntHappenFailure : public mu::tiny::mock::Failure
[source]

Failure reported when an expected parameter was never passed.

Public Functions

ExpectedParameterDidntHappenFailure(test::Shell *test, const String &function_name, const ExpectedCallsList &all_expectations, const ExpectedCallsList &matching_expectations)
Parameters:
  • test – The failing test.

  • function_name – Name of the mock function.

  • all_expectations – All current expectations.

  • matching_expectations – Expectations that matched the call name.