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

Method testEdit

plugins/perforce/tests/test_perforce.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void PerforcePluginTest::testEdit()
129{
130 VcsJob* j = m_plugin->edit(QList<QUrl>( { QUrl::fromLocalFile(perforceTestBaseDir + perforceTest_FileName) } ));
131 VERIFYJOB(j);
132}
133
134void PerforcePluginTest::testEditMultipleFiles()
135{

Callers

nothing calls this directly

Calls 1

editMethod · 0.45

Tested by

no test coverage detected