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

Method testCreation

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

Source from the content-addressed store, hash-verified

4const double EPSILON = 0.000001;
5
6void TestVariantData::testCreation() {
7 QtCSV::VariantData varData;
8
9 QVERIFY2(varData.isEmpty(), "Empty VariantData is not empty");
10 QVERIFY2(varData.rowCount() == 0, "Empty VariantData have too many rows");
11}
12
13void TestVariantData::testAddEmptyRow() {
14 QtCSV::VariantData varData;

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected