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

fcf::NTest::Options class

Package: fcfTest

File: test.hpp

Available from version: 1.0.1

This structure holds the configuration for running tests. It is populated automatically by the command line parser but can be used manually.

Properties
std::vector<std::string> parts
- List of part names to run (empty means all)
std::vector<std::string> groups
- List of group names to run (empty means all).
std::vector<std::string> tests
- List of specific test names to run (empty means all).
std::vector<std::string> ignoreParts
- List of ignore part names.
std::vector<std::string> ignoreGroups
- List of ignore group names to run.
std::vector<std::string> ignoreTests
- List of ignore specific test names to run.
fcf::NTest::ELogLevel logLevel
- Desired logging level