LMC_ROOT_RUN_ERROR from enum fcf::NTest::ELogMessageCategory
Value: fcf::NTest::LMC_ROOT_RUN_ERROR
= 0x00010007
Enum: fcf::NTest::ELogMessageCategory
Package: fcfTest
File:
test.hpp
Available from version: 1.1.14
Indicates errors that occur specifically during the execution phase of the test runner.
The fcf::NTest::LMC_ROOT_RUN_ERROR category is a specific event marker used to report errors that occur during the active execution phase of the test runner. It is a member of the fcf::NTest::LMC_ROOT_GROUP.
While fcf::NTest::LMC_ROOT_ERROR might cover general framework issues, fcf::NTest::LMC_ROOT_RUN_ERROR is specifically intended for exceptions or failures that happen while the runner is in the middle of its main execution loop (e.g., during the orchestration of tests, fixture management, or while handling the test results). This distinction helps in identifying whether an error was a setup/parsing issue or a runtime failure within the execution engine itself.