MCPcopy Create free account
hub / github.com/catboost/catboost / Y_UNIT_TEST

Function Y_UNIT_TEST

util/string/hex_ut.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5Y_UNIT_TEST_SUITE(THexCodingTest) {
6 Y_UNIT_TEST(TestEncode) {
7 UNIT_ASSERT_EQUAL(HexEncode("i1634iqwbf,&msdb"), "693136333469717762662C266D736462");
8 }
9
10 Y_UNIT_TEST(TestDecode) {
11 UNIT_ASSERT_EQUAL(HexDecode("693136333469717762662C266D736462"), "i1634iqwbf,&msdb");

Callers

nothing calls this directly

Calls 2

HexEncodeFunction · 0.70
HexDecodeFunction · 0.70

Tested by

no test coverage detected