MCPcopy Create free account
hub / github.com/KDAB/hotspot / testSourceCodeModelNoFileName_data

Method testSourceCodeModelNoFileName_data

tests/modeltests/tst_models.cpp:368–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 void testSourceCodeModelNoFileName_data()
369 {
370 QTest::addColumn<Data::Symbol>("symbol");
371 Data::Symbol symbol = {QStringLiteral("__cos_fma"),
372 4294544,
373 2093,
374 QStringLiteral("vector_static_gcc/vector_static_gcc_v9.1.0"),
375 QStringLiteral("/home/milian/projects/kdab/rnd/hotspot/3rdparty/perfparser/tests/auto/"
376 "perfdata/vector_static_gcc/vector_static_gcc_v9.1.0"),
377 QStringLiteral("/home/milian/projects/kdab/rnd/hotspot/3rdparty/perfparser/tests/auto/"
378 "perfdata/vector_static_gcc/vector_static_gcc_v9.1.0")};
379
380 QTest::newRow("curSymbol") << symbol;
381 }
382
383 void testSourceCodeModelNoFileName()
384 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected