MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / TEST

Function TEST

CppCoverageTest/WildcardsTest.cpp:26–31  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

24{
25 //-------------------------------------------------------------------------
26 TEST(WildcardsTest, BasicMatch)
27 {
28 ASSERT_TRUE(cov::Wildcards(L"abc").Match(L"abc"));
29 ASSERT_TRUE(cov::Wildcards(L"a").Match(L"abc"));
30 ASSERT_TRUE(cov::Wildcards(L"ac").Match(L"bac"));
31 }
32
33 //-------------------------------------------------------------------------
34 TEST(WildcardsTest, BasicNoMatch)

Callers

nothing calls this directly

Calls 1

MatchMethod · 0.45

Tested by

no test coverage detected