MCPcopy Create free account
hub / github.com/Skycoder42/QtAutoUpdater / testPluginLoadable

Method testPluginLoadable

tests/auto/plugins/testlib/plugintest.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void PluginTest::testPluginLoadable()
38{
39 qDebug() << Updater::supportedUpdaterBackends();
40 QVERIFY(Updater::supportedUpdaterBackends().contains(backend()));
41 auto instance = qLoadPlugin<UpdaterBackend, UpdaterPlugin>(loader, backend(), this);
42 QVERIFY(instance);
43}
44
45void PluginTest::testUpdateCheck_data()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected