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

LMC_LAUNCH_END from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_LAUNCH_END = 0x80020003

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the end of an individual test case execution.

The fcf::NTest::LMC_LAUNCH_END category is a specific event marker used to signal the conclusion of a single test case. 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 close the lifecycle of a test, providing a clear visual boundary in the logs that indicates the current test has finished its execution, regardless of whether it passed or failed. It helps in separating the output of one test from the next.