| 43 | } |
| 44 | |
| 45 | UNIT_TEST(Guides_SafeInit) |
| 46 | { |
| 47 | GuidesConnections guides; |
| 48 | TEST(!guides.IsActive(), ()); |
| 49 | TEST(!guides.IsAttached(), ()); |
| 50 | TEST(!guides.IsCheckpointAttached(0 /* checkpointIdx */), ()); |
| 51 | } |
| 52 | |
| 53 | UNIT_TEST(Guides_InitWithGuides) |
| 54 | { |
nothing calls this directly
no test coverage detected