fcf::NTest::ECmdRunMode enum
Type: fcf::NTest::ECmdRunMode
Package: fcfTest
File: test.hpp
Available from version: 1.0.1
This enum dictates how fcf::NTest::cmdRun behaves during parsing
Enum items
CRM_PARSE
=
0
- Parses arguments but does not execute tests or show help/list. Returns the determined mode (e.g.,
CM_HELP,
CM_LIST) so the caller can decide what to do next.
CRM_EXECUTE
=
1
- Parses arguments. If the flag --test-run was provided, it executes tests. If --test-help or --test-list were provided, it displays that information immediately and returns.
CRM_RUN
=
2
- Parses arguments and automatically executes tests unless --test-help or --test-list was explicitly requested.