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

LMC_ROOT_ERROR from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ROOT_ERROR = 0x00010004

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates general error messages encountered during the test runner execution process.

The fcf::NTest::LMC_ROOT_ERROR category is a specific event marker used to report errors that occur within the framework's orchestration layer. It is a member of the fcf::NTest::LMC_ROOT_GROUP.

This category is distinct from test failures (which are reported via fcf::NTest::LMC_TEST_ERROR). While a test failure means the code under test did not behave as expected, an fcf::NTest::LMC_ROOT_ERROR indicates that the test runner itself encountered an issue, such as invalid command-line arguments, file I/O errors during logging, or unexpected exceptions during the setup of the testing environment.