Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
namespace
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
Event
Function · 0.85
AnyMap
Class · 0.85
ContainsProperty
Method · 0.80
GetPropertyNames
Method · 0.80
GetTopic
Method · 0.80
GetProperty
Method · 0.45
GetProperties
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Matches
Method · 0.45
Tested by
no test coverage detected