| 14 | |
| 15 | private: |
| 16 | inline void TestStrInt() { |
| 17 | UNIT_ASSERT_EQUAL(MultiHash(TString("1234567"), static_cast<int>(123)), static_cast<size_t>(ULL(17038203285960021630))); |
| 18 | } |
| 19 | |
| 20 | inline void TestIntStr() { |
| 21 | UNIT_ASSERT_EQUAL(MultiHash(static_cast<int>(123), TString("1234567")), static_cast<size_t>(ULL(9973288649881090712))); |
nothing calls this directly
no test coverage detected