|
void | compareFileWithExpected (std::ifstream &file, const std::vector< std::string > &expectedLines) |
|
void | deinitLogger () |
|
void | initLogger (bool enable=true) |
|
void | SetUp () |
|
void | TearDown () |
|
◆ SetUp()
void P4::Test::EventLoggerTest::SetUp |
( |
| ) |
|
|
inlineprotected |
If you execute WHOLE testing suite then EventLogger instance already exists and nullInit has been called. But EventLoggerTestable does not exist and get2() will result in re-executing nullInit (which is an error). Because of that, setup deinits EventLogger using get(), then uses get2() to instantiate EventLoggerTestable and setup logger.
◆ DEFAULT_PROPERTIES
const std::string P4::Test::EventLoggerTest::DEFAULT_PROPERTIES |
|
protected |
Initial value:= R"({"enabled":true,)" + EVENT_IDS +
R"(,"file_ids":[],"i":0,"manager_ids":[],)" +
SCHEMA_VERSION + R"(,"start_time":"TIMESTAMP"})"
◆ DEFAULT_PROPERTIES_DISABLED
const std::string P4::Test::EventLoggerTest::DEFAULT_PROPERTIES_DISABLED |
|
protected |
Initial value:=
R"({"enabled":false,)" + EVENT_IDS + R"(,"file_ids":[],"i":0,"manager_ids":[],)" +
SCHEMA_VERSION + R"(,"start_time":"TIMESTAMP"})"
◆ EVENT_IDS
const std::string P4::Test::EventLoggerTest::EVENT_IDS |
|
protected |
Initial value:=
R"("event_ids":["Properties","Pass Changed","Parse Error","Compilation Error","Compilation Warning","Debug","Decision","Pipe Changed","Iteration Changed"])"
◆ PROPERTIES_WITH_FILE
const std::string P4::Test::EventLoggerTest::PROPERTIES_WITH_FILE |
|
protected |
Initial value:= R"({"enabled":true,)" + EVENT_IDS +
R"(,"file_ids":["file.cpp"],"i":0,"manager_ids":[],)" +
SCHEMA_VERSION + R"(,"start_time":"TIMESTAMP"})"
◆ PROPERTIES_WITH_MGRS
const std::string P4::Test::EventLoggerTest::PROPERTIES_WITH_MGRS |
|
protected |
Initial value:=
R"({"enabled":true,)" + EVENT_IDS +
R"(,"file_ids":[],"i":0,"manager_ids":["mgr","mgr2"],)" + SCHEMA_VERSION +
R"(,"start_time":"TIMESTAMP"})"
The documentation for this class was generated from the following file:
- test/gtest/event_logger.cpp