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

Method init

tests/auto/plugins/WebQueryTest/tst_webquery.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35bool WebQueryTest::init()
36{
37 TEST_WRAP_BEGIN
38
39 _server = new UpdaterServer{this};
40 QVERIFY(_server->create());
41
42 TEST_WRAP_END
43}
44
45bool WebQueryTest::cleanup()
46{

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected