| 50 | |
| 51 | |
| 52 | TEST(StatusEvent, init_empty) |
| 53 | { |
| 54 | Events::Status empty; |
| 55 | std::string res = test_empty(empty, true); |
| 56 | ASSERT_TRUE(res.empty()) << res; |
| 57 | } |
| 58 | |
| 59 | |
| 60 | TEST(StatusEvent, init_with_values) |
nothing calls this directly
no test coverage detected