Class UnexpectedInputParameterFailure¶
Defined in File Failure.hpp
Inheritance Relationships¶
Base Type¶
public mu::tiny::mock::Failure(Class Failure)
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.
-
UnexpectedInputParameterFailure(test::Shell *test, const String &function_name, NamedValue parameter, const ExpectedCallsList &expectations)¶