MCPcopy Create free account
hub / github.com/InoriRus/Kyty / TEST

Function TEST

source/unit_test/src/core/UnitTestCoreString.cpp:998–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996}
997
998TEST(Core, CharString)
999{
1000 UT_MEM_CHECK_INIT();
1001
1002 test_char();
1003 test();
1004 test_2();
1005 test_3();
1006 test_U();
1007 test_U_2();
1008 test_U_3();
1009 test_list();
1010 test_list_2();
1011 test_printf();
1012 test_hex();
1013 text_utf16();
1014 text_cp866();
1015 text_cp1251();
1016 test_cpp14();
1017 test_move();
1018
1019 UT_MEM_CHECK();
1020}
1021
1022UT_END();

Callers

nothing calls this directly

Calls 15

test_charFunction · 0.85
test_hexFunction · 0.85
text_utf16Function · 0.85
text_cp866Function · 0.85
text_cp1251Function · 0.85
testFunction · 0.70
test_2Function · 0.70
test_3Function · 0.70
test_UFunction · 0.70
test_U_2Function · 0.70
test_U_3Function · 0.70
test_listFunction · 0.70

Tested by

no test coverage detected