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

Method testEnvironmentCd

plugins/debuggercommon/tests/debuggertestbase.cpp:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void DebuggerTestBase::testEnvironmentCd()
329{
330 const auto path = KIO::upUrl(findExecutable("path with space/debuggee_spacedebugee"));
331 TestLaunchConfiguration cfg("debuggee_debugeepath", path);
332 verifyInferiorStdout(cfg, {path.toLocalFile()});
333}
334
335void DebuggerTestBase::testRunDebuggerScript()
336{

Callers

nothing calls this directly

Calls 2

toLocalFileMethod · 0.80
findExecutableFunction · 0.70

Tested by

no test coverage detected