Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_test_case_registry_impl.cpp File Reference
Include dependency graph for catch_test_case_registry_impl.cpp:

Go to the source code of this file.

Namespaces

namespace  Catch
 

Functions

std::vector< TestCaseCatch::sortTests (IConfig const &config, std::vector< TestCase > const &unsortedTestCases)
 
bool Catch::matchTest (TestCase const &testCase, TestSpec const &testSpec, IConfig const &config)
 
void Catch::enforceNoDuplicateTestCases (std::vector< TestCase > const &functions)
 
std::vector< TestCaseCatch::filterTests (std::vector< TestCase > const &testCases, TestSpec const &testSpec, IConfig const &config)
 
std::vector< TestCase > const & Catch::getAllTestCasesSorted (IConfig const &config)
 
std::string Catch::extractClassName (StringRef const &classOrQualifiedMethodName)