Corrade::TestSuite::Tester::TesterConfiguration class

Tester configuration.

Contents

Public functions

auto skippedArgumentPrefixes() const -> const std::vector<std::string>&
Skipped argument prefixes.
auto setSkippedArgumentPrefixes(std::initializer_list<std::string> prefixes) -> TesterConfiguration&
Set skipped argument prefixes.

Function documentation

TesterConfiguration& Corrade::TestSuite::Tester::TesterConfiguration::setSkippedArgumentPrefixes(std::initializer_list<std::string> prefixes)

Set skipped argument prefixes.

Useful to allow passing command-line arguments elsewhere without having the tester complaining about them.