Home
last modified time | relevance | path

Searched refs:RunTests (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4436 struct RunTests { enum InWhatOrder { argument
4472 virtual RunTests::InWhatOrder runOrder() const = 0;
5239 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
5289 RunTests::InWhatOrder runOrder() const override;
9662 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
9664 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
9666 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
9913 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } in runOrder()
12154 mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
13960 case RunTests::InLexicographicalOrder: in sortTests()
[all …]