| 155 | /*-------------------------------------*/ |
| 156 | |
| 157 | TEST(AMessage, CanBeDefaultConstructed) |
| 158 | { |
| 159 | ASSERT_NO_THROW(sdbus::PlainMessage()); |
| 160 | } |
| 161 | |
| 162 | TEST(AMessage, IsInvalidAfterDefaultConstructed) |
| 163 | { |
nothing calls this directly
no test coverage detected