MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / TEST

Function TEST

tests/integrationtests/DBusConnectionTests.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44/*-------------------------------------*/
45
46TEST(Connection, CanBeDefaultConstructed)
47{
48 ASSERT_NO_THROW(auto con = sdbus::createBusConnection());
49}
50
51TEST(Connection, CanRequestName)
52{

Callers

nothing calls this directly

Calls 6

createBusConnectionFunction · 0.85
requestNameMethod · 0.80
releaseNameMethod · 0.80
enterEventLoopMethod · 0.80
leaveEventLoopMethod · 0.80

Tested by

no test coverage detected