MCPcopy Create free account
hub / github.com/KDE/kdevelop / viewReimplementation

Method viewReimplementation

kdevplatform/sublime/tests/test_view.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void TestView::viewReimplementation()
59{
60 Controller controller;
61 Document *doc = new TestDocument(&controller);
62 View *view = doc->createView();
63 QVERIFY(dynamic_cast<Test*>(view) != nullptr);
64}
65
66QTEST_MAIN(TestView)
67

Callers

nothing calls this directly

Calls 1

createViewMethod · 0.45

Tested by

no test coverage detected