LMC_LAUNCH_START_MESSAGE from enum fcf::NTest::ELogMessageCategory
Value: fcf::NTest::LMC_LAUNCH_START_MESSAGE
= 0x00020002
Enum: fcf::NTest::ELogMessageCategory
Package: fcfTest
File:
test.hpp
Available from version: 1.1.14
A descriptive message indicating the start of a specific test case.
The fcf::NTest::LMC_LAUNCH_START_MESSAGE category is used to provide a human-readable description of the test currently being launched. It is a member of the fcf::NTest::LMC_LAUNCH_GROUP.
While fcf::NTest::LMC_LAUNCH_START acts as a structural marker, fcf::NTest::LMC_LAUNCH_START_MESSAGE carries the actual content (such as the test's part, group, and name) to inform the user exactly which test is being executed. This is typically seen in the logs as: Performing the test: "Part" -> "Group" -> "Test" ...