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

LMC_TEST_ERROR from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_TEST_ERROR = 0x00040002

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates that a test case has failed due to an assertion error.

The fcf::NTest::LMC_TEST_ERROR category is a specific event marker used to signal that a test case has failed. It is a member of the fcf::NTest::LMC_TEST_GROUP.

This category is triggered when an assertion macro (like FCF_TEST) evaluates to false or when an unexpected exception is caught during the test execution. It is typically accompanied by a failure indicator (e.g., [FAILED]) and serves as the primary signal that the test logic did not meet the expected criteria.