Class UnexpectedOutputParameterFailure

Inheritance Relationships

Base Type

Class Documentation

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

Failure reported when an output parameter does not match any expectation.

Public Functions

UnexpectedOutputParameterFailure(test::Shell *test, const String &function_name, NamedValue parameter, const ExpectedCallsList &expectations)
Parameters:
  • test – The failing test.

  • function_name – Name of the mock function called.

  • parameter – The unexpected output parameter.

  • expectations – The current expected-calls list.