FCF 2.0 development in progress...
> > > > >
[News] [C++ Libraries API] [C++ Downloads] [Donate to the project] [Contacts]

LMC_ROOT_START from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ROOT_START = 0x80010001

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the start of the entire test execution process.

The fcf::NTest::LMC_ROOT_START category is a specific event marker used by the framework to signal the absolute beginning of the test runner's execution cycle. It is a member of the fcf::NTest::LMC_ROOT_GROUP and fcf::NTest::LMC_SYSTEM_GROUP.

This marker is typically used to trigger initialization logic in custom loggers or to provide visual separation in the output, indicating that the framework has finished parsing arguments and is now proceeding to execute the selected tests.