Class FeatureUnsupportedFailure¶
Defined in File Failure.hpp
Inheritance Relationships¶
Base Type¶
public mu::tiny::test::Failure(Class Failure)
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.
-
FeatureUnsupportedFailure(Shell *test, const char *file_name, int_least32_t line_number, const String &feature_name, const String &text)¶