| 654 | } |
| 655 | |
| 656 | class AMessage : public ::testing::TestWithParam<std::variant<int32_t, std::string, my::Struct>> |
| 657 | { |
| 658 | }; |
| 659 | |
| 660 | TEST_P(AMessage, CanCarryDBusVariantGivenAsStdVariant) |
| 661 | { |
nothing calls this directly
no outgoing calls
no test coverage detected