| 774 | } |
| 775 | |
| 776 | void isCriticalErrorId() const { |
| 777 | // It does not abort all the analysis of the file. Like "missingInclude" there can be false negatives. |
| 778 | ASSERT_EQUALS(false, ErrorLogger::isCriticalErrorId("misra-config")); |
| 779 | } |
| 780 | }; |
| 781 | |
| 782 | REGISTER_TEST(TestErrorLogger) |
nothing calls this directly
no test coverage detected