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

LMC_LAUNCH_START from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_LAUNCH_START = 0x80020001

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the start of an individual test case execution.

The fcf::NTest::LMC_LAUNCH_START category is a specific event marker used to signal the beginning of a single test case's execution. It is a member of the fcf::NTest::LMC_LAUNCH_GROUP and fcf::NTest::LMC_SYSTEM_GROUP.

This marker is used by the framework to provide a clear visual boundary in the logs, indicating that the previous test has finished and a new one is about to be performed. It is essential for parsing logs and for users to visually track the progress of the test suite.