Searched refs:runOrder (Results 1 – 1 of 1) sorted by relevance
4472 virtual RunTests::InWhatOrder runOrder() const = 0;5239 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; member5289 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() function in Catch::Config13959 switch( config.runOrder() ) { in sortTests()14025 if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { in getAllTestsSorted()14027 m_currentSortOrder = config.runOrder(); in getAllTestsSorted()