Class UnexpectedInputParameterFailure

Inheritance Relationships

Base Type

Class Documentation

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

Failure reported when an input parameter value does not match any expectation.

Public Functions

UnexpectedInputParameterFailure(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 parameter.

  • expectations – The current expected-calls list.