| 21 | }; |
| 22 | |
| 23 | Y_UNIT_TEST(Test1) { |
| 24 | for (size_t i = 0; i < 1000; ++i) { |
| 25 | TGUID g; |
| 26 | |
| 27 | CreateGuid(&g); |
| 28 | |
| 29 | UNIT_ASSERT_EQUAL(g, GetGuid(GetGuidAsString(g))); |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | Y_UNIT_TEST(Test2) { |
| 34 | const TTest tests[] = { |
nothing calls this directly
no test coverage detected