MCPcopy Create free account
hub / github.com/comaps/comaps / UNIT_TEST

Function UNIT_TEST

libs/coding/coding_tests/file_sort_test.cpp:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37} // namespace
38
39UNIT_TEST(FileSorter_Smoke)
40{
41 vector<uint32_t> data;
42 data.push_back(2);
43 data.push_back(3);
44 data.push_back(1);
45
46 TestFileSorter(data, "file_sorter_test_smoke.tmp", 10);
47}
48
49UNIT_TEST(FileSorter_Random)
50{

Callers

nothing calls this directly

Calls 3

TestFileSorterFunction · 0.85
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected