MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / NamePattern

Method NamePattern

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10311–10312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10309TestSpec::ExcludedPattern::~ExcludedPattern() = default;
10310
10311TestSpec::NamePattern::NamePattern(std::string const &name) : m_wildcardPattern(toLower(name), CaseSensitive::No) {
10312}
10313bool TestSpec::NamePattern::matches(TestCaseInfo const &testCase) const {
10314 return m_wildcardPattern.matches(toLower(testCase.name));
10315}

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected