| 29 | // --- Lifecycle Tests --- |
| 30 | |
| 31 | TEST_F(MessageThreadTest, Construction_NotRunning) { |
| 32 | EXPECT_FALSE(thread->isRunning()); |
| 33 | } |
| 34 | |
| 35 | TEST_F(MessageThreadTest, Start_ReturnsTrue) { |
| 36 | EXPECT_TRUE(thread->start()); |
nothing calls this directly
no test coverage detected