MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / testCreation

Method testCreation

3rdparty/qtcsv-qt5/tests/teststringdata.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6TestStringData::TestStringData() {}
7
8void TestStringData::testCreation()
9{
10 QtCSV::StringData strData;
11
12 QVERIFY2(strData.isEmpty(), "Empty StringData is not empty");
13 QVERIFY2(strData.rowCount() == 0,
14 "Empty StringData have too many rows");
15}
16
17void TestStringData::testAddEmptyRow()
18{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected