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

Method testDefaultConstructor

kdevplatform/vcs/tests/test_vcslocation.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void TestVcsLocation::testDefaultConstructor()
52{
53 const VcsLocation location;
54
55 QCOMPARE(location.isValid(), false);
56}
57
58void TestVcsLocation::testLocalUrlConstructor()
59{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected