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

Function TEST

compendium/EM/test/TestEvent.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace
39{
40 TEST(EventTest, TestConstructionValidTopic)
41 {
42 EXPECT_NO_THROW({ Event("some/valid/topic"); });
43 }
44
45 TEST(EventTest, TestInvalidConstructionInvalidTopic)
46 {

Callers

nothing calls this directly

Calls 11

EventFunction · 0.85
AnyMapClass · 0.85
ContainsPropertyMethod · 0.80
GetPropertyNamesMethod · 0.80
GetTopicMethod · 0.80
GetPropertyMethod · 0.45
GetPropertiesMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
MatchesMethod · 0.45

Tested by

no test coverage detected