Class CheckEqualFailure

Inheritance Relationships

Base Type

Class Documentation

class CheckEqualFailure : public mu::tiny::test::Failure
[source]

Failure for generic CHECK_EQUAL on arbitrary types.

Public Functions

CheckEqualFailure(Shell *test, const char *file_name, int_least32_t line_number, const String &expected, const String &actual, const String &text)
Parameters:
  • test – The failing test.

  • file_name – Source file of the assertion.

  • line_number – Line of the assertion.

  • expectedString representation of the expected value.

  • actualString representation of the actual value.

  • text – Optional user text.