Class FeatureUnsupportedFailure

Inheritance Relationships

Base Type

Class Documentation

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

Failure reported when a required feature is unavailable.

Public Functions

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

  • file_name – Source file.

  • line_number – Line number.

  • feature_name – Name of the unsupported feature.

  • text – Optional user text.