#include <assert.h>#include "../../../../tests/catch2/catch.hpp"#include "../generated/logCodes.hpp"#include "../types/text_log.hpp"#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
| class | CTextLog_0 |
| class | CTextLog_1 |
Functions | |
| SCENARIO ("Create text_log 0", "[a log item]") | |
| SCENARIO ("Create text_log 1", "[a log item]") | |
Variables | |
| const char * | textLogMsg_0 = "8mprpohrgi" |
| const std::string | textLogMsg_1 = "y1p4e1nmdr" |
| SCENARIO | ( | "Create text_log 0" | , |
| "" | [a log item] | ||
| ) |
Definition at line 81 of file text_log_generated_tests.cpp.
References CTextLog_0::m_msg, CTextLog_0::m_verify, and textLogMsg_0.
| SCENARIO | ( | "Create text_log 1" | , |
| "" | [a log item] | ||
| ) |
Definition at line 163 of file text_log_generated_tests.cpp.
References CTextLog_1::m_msg, CTextLog_1::m_verify, and textLogMsg_1.
| const char* textLogMsg_0 = "8mprpohrgi" |
Definition at line 12 of file text_log_generated_tests.cpp.
Referenced by SCENARIO().
| const std::string textLogMsg_1 = "y1p4e1nmdr" |
Definition at line 96 of file text_log_generated_tests.cpp.
Referenced by SCENARIO().