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

LMC_ROOT_SUMMARY from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ROOT_SUMMARY = 0x00010005

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the presentation of the final test results summary, including counts of passed, failed, and skipped tests.

The fcf::NTest::LMC_ROOT_SUMMARY category is a specific event marker used to report the statistical overview of the test execution. It is a member of the fcf::NTest::LMC_ROOT_GROUP.

This category is triggered at the end of the test run to provide a concise summary of the results. It typically includes the total number of tests executed, categorized into:

  • Passed: Tests that completed without any assertion failures.
  • Failed: Tests that encountered one or more assertion failures.
  • Skipped: Tests that were not executed due to filtering or error-handling modes.
  • Total: The overall count of tests processed.