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

LMC_TEST_COMPLETE from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_TEST_COMPLETE = 0x00040001

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the successful completion of a test case.

The fcf::NTest::LMC_TEST_COMPLETE category is a specific event marker used to signal that a test case has finished its execution without any assertion failures. It is a member of the fcf::NTest::LMC_TEST_GROUP.

When this category is logged, the framework typically outputs a success indicator (e.g., [SUCCESS]) along with the execution duration of the test. This provides immediate visual confirmation that the test logic passed as expected.