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

Method notifyTestRunStarted

kdevplatform/shell/testcontroller.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void TestController::notifyTestRunStarted(ITestSuite* suite, const QStringList& test_cases)
107{
108 qCDebug(SHELL) << "Test run started for suite" << suite->name();
109 emit testRunStarted(suite, test_cases);
110}
111
112#include "moc_testcontroller.cpp"

Callers 1

startMethod · 0.80

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected