Wire Sysio Wire Sysion 1.0.0
|
#include "catch_test_registry.h"
#include "catch_test_spec.h"
#include "catch_interfaces_config.h"
#include <vector>
#include <set>
#include <algorithm>
#include <ios>
Go to the source code of this file.
Classes | |
class | Catch::TestRegistry |
class | Catch::TestInvokerAsFunction |
Namespaces | |
namespace | Catch |
Functions | |
std::vector< TestCase > | Catch::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< TestCase > | Catch::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) |