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

Function TEST

source/unit_test/src/core/UnitTestCoreString8.cpp:720–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720TEST(Core, CharString8)
721{
722 UT_MEM_CHECK_INIT();
723
724 test();
725 test_2();
726 test_3();
727 test_U();
728 test_U_2();
729 test_U_3();
730 test_list();
731 test_list_2();
732 test_printf();
733 test_cpp14();
734 test_move();
735
736 UT_MEM_CHECK();
737}
738
739UT_END();

Callers

nothing calls this directly

Calls 11

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
test_list_2Function · 0.70
test_printfFunction · 0.70
test_cpp14Function · 0.70
test_moveFunction · 0.70

Tested by

no test coverage detected