MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / testClearEmptyData

Method testClearEmptyData

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

Source from the content-addressed store, hash-verified

76}
77
78void TestStringData::testClearEmptyData()
79{
80 QtCSV::StringData strData;
81
82 QVERIFY2(true == strData.isEmpty(), "StringData is not empty");
83
84 strData.clear();
85
86 QVERIFY2(true == strData.isEmpty(), "StringData is not empty");
87}
88
89void TestStringData::testClearNotEmptyData()
90{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected