Function sdv::TEST::ReportWarning#
Defined in File sdv_test_macro.h
Function Documentation#
-
inline void sdv::TEST::ReportWarning(bool condition, WarningLevel warningLevel, const std::string &message, const char *file, int line)#
Function to report a warning when the expected condition is not met.
- Parameters:
condition – [in] The condition that is being checked (should be true if valid).
warningLevel – [in] The level of warning to display.
message – [in] The warning message to display.
file – [in] The name of the file where the warning occurred.
line – [in] The line number where the warning occurred.