MCPcopy Create free account
hub / github.com/d99kris/rapidcsv / ExpectEqual

Method ExpectEqual

tests/test080.cpp:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 {
21 rapidcsv::Document doc(path);
22 unittest::ExpectEqual(size_t, doc.GetRowCount(), 2);
23
24 doc.Clear();
25 unittest::ExpectEqual(size_t, doc.GetRowCount(), 0);
26 }
27 catch (const std::exception& ex)
28 {
29 std::cout << "exception: " << ex.what() << std::endl;
30 rv = 1;
31 }
32
33 unittest::DeleteFile(path);
34

Callers

nothing calls this directly

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected