matador::test_suite::test_suite_args Struct Reference

#include <test_suite.hpp>

Public Attributes

test_suite_cmd cmd = UNKNOWN
 
bool initialized = false
 
bool brief = false
 
bool quiet = false
 
std::vector< test_unit_argsunit_args
 

Detailed Description

Test suite arguments struct

Member Data Documentation

◆ brief

bool matador::test_suite::test_suite_args::brief = false

If true for LIST command only a brief list is printed

◆ cmd

test_suite_cmd matador::test_suite::test_suite_args::cmd = UNKNOWN

Test suite command to be executed

◆ initialized

bool matador::test_suite::test_suite_args::initialized = false

Indicates wether the suite is initialized or not

◆ quiet

bool matador::test_suite::test_suite_args::quiet = false

If true no output is written to stdout

◆ unit_args

std::vector<test_unit_args> matador::test_suite::test_suite_args::unit_args

Vector of test unit arguments


The documentation for this struct was generated from the following file:
  • matador/unit/test_suite.hpp