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

LMC_ROOT_END from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ROOT_END = 0x80010002

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the end of the entire test execution process.

The fcf::NTest::LMC_ROOT_END category is a specific event marker used by the framework to signal the absolute conclusion 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 cleanup logic in custom loggers, finalize output files, or provide a clear visual boundary in the logs, indicating that all selected tests have been processed and the framework is returning control to the caller.