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

Method testCreation

3rdparty/qtcsv/tests/teststringdata.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QTest>
5
6void TestStringData::testCreation() {
7 QtCSV::StringData strData;
8
9 QVERIFY2(strData.isEmpty(), "Empty StringData is not empty");
10 QVERIFY2(strData.rowCount() == 0, "Empty StringData have too many rows");
11}
12
13void TestStringData::testAddEmptyRow() {
14 QtCSV::StringData strData;

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected