| 50 | } |
| 51 | |
| 52 | Y_UNIT_TEST(TestWithLimit) { |
| 53 | TestType<unsigned short>(); |
| 54 | TestType<unsigned int>(); |
| 55 | TestType<unsigned long>(); |
| 56 | TestType<unsigned long long>(); |
| 57 | } |
| 58 | |
| 59 | Y_UNIT_TEST(TestRandomNumberFloat) { |
| 60 | for (size_t i = 0; i < 1000; ++i) { |
nothing calls this directly
no test coverage detected