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

Method notifyTestRunFinished

kdevplatform/shell/testcontroller.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void TestController::notifyTestRunFinished(ITestSuite* suite, const TestResult& result)
101{
102 qCDebug(SHELL) << "Test run finished for suite" << suite->name();
103 emit testRunFinished(suite, result);
104}
105
106void TestController::notifyTestRunStarted(ITestSuite* suite, const QStringList& test_cases)
107{

Callers 2

emitTestResultMethod · 0.80
processFinishedMethod · 0.80

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected