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

LMC_ROOT_COMPLETE from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ROOT_COMPLETE = 0x00010003

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the overall completion status of the test execution process.

The fcf::NTest::LMC_ROOT_COMPLETE category is a specific event marker used by the framework to report the final outcome of the entire test suite execution. It is a member of the fcf::NTest::LMC_ROOT_GROUP.

Unlike the start and end markers which signal the boundaries of the process, this category is used to convey whether the entire run was successful (all tests passed) or if it concluded with failures. It serves as the logical point where the framework presents its final verdict to the user.