| 44 | /*-------------------------------------*/ |
| 45 | |
| 46 | TEST(Connection, CanBeDefaultConstructed) |
| 47 | { |
| 48 | ASSERT_NO_THROW(auto con = sdbus::createBusConnection()); |
| 49 | } |
| 50 | |
| 51 | TEST(Connection, CanRequestName) |
| 52 | { |
nothing calls this directly
no test coverage detected