MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / autotesterTested

Method autotesterTested

gui/qt/mainwindow.cpp:2230–2236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2228}
2229
2230void MainWindow::autotesterTested(int status) {
2231 autotesterErr(status);
2232 if (!opts.suppressTestDialog) {
2233 QMessageBox::information(this, tr("Test results"), QString(tr("Out of %2 tests attempted:\n%4 passed\n%6 failed")).arg(QString::number(autotester::hashesTested), QString::number(autotester::hashesPassed), QString::number(autotester::hashesFailed)));
2234 }
2235 ui->buttonLaunchTest->setEnabled(true);
2236}
2237
2238void MainWindow::autotesterUpdatePresets(int comboBoxIndex) {
2239 // The order matters, here! (See the combobox in the GUI)

Callers

nothing calls this directly

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected