237 </tr><tr> |
237 </tr><tr> |
238 <td><a href="#UnittestDialog.hasFailedTests">hasFailedTests</a></td> |
238 <td><a href="#UnittestDialog.hasFailedTests">hasFailedTests</a></td> |
239 <td>Public method to check, if there are failed tests from the last run.</td> |
239 <td>Public method to check, if there are failed tests from the last run.</td> |
240 </tr><tr> |
240 </tr><tr> |
241 <td><a href="#UnittestDialog.insertProg">insertProg</a></td> |
241 <td><a href="#UnittestDialog.insertProg">insertProg</a></td> |
242 <td>Public slot to insert the filename prog into the testsuiteComboBox object.</td> |
242 <td>Public slot to insert the filename prog into the testsuitePicker object.</td> |
243 </tr><tr> |
243 </tr><tr> |
244 <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> |
244 <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> |
245 <td>Public slot to insert a test name into the testComboBox object.</td> |
245 <td>Public slot to insert a test name into the testComboBox object.</td> |
246 </tr><tr> |
246 </tr><tr> |
247 <td><a href="#UnittestDialog.keyPressEvent">keyPressEvent</a></td> |
247 <td><a href="#UnittestDialog.keyPressEvent">keyPressEvent</a></td> |
254 <td>Private slot to handle the highlighted signal.</td> |
254 <td>Private slot to handle the highlighted signal.</td> |
255 </tr><tr> |
255 </tr><tr> |
256 <td><a href="#UnittestDialog.on_errorsListWidget_itemDoubleClicked">on_errorsListWidget_itemDoubleClicked</a></td> |
256 <td><a href="#UnittestDialog.on_errorsListWidget_itemDoubleClicked">on_errorsListWidget_itemDoubleClicked</a></td> |
257 <td>Private slot called by doubleclicking an errorlist entry.</td> |
257 <td>Private slot called by doubleclicking an errorlist entry.</td> |
258 </tr><tr> |
258 </tr><tr> |
259 <td><a href="#UnittestDialog.on_fileDialogButton_clicked">on_fileDialogButton_clicked</a></td> |
|
260 <td>Private slot to open a file dialog.</td> |
|
261 </tr><tr> |
|
262 <td><a href="#UnittestDialog.on_startButton_clicked">on_startButton_clicked</a></td> |
259 <td><a href="#UnittestDialog.on_startButton_clicked">on_startButton_clicked</a></td> |
263 <td>Private slot to start the test.</td> |
260 <td>Private slot to start the test.</td> |
264 </tr><tr> |
261 </tr><tr> |
265 <td><a href="#UnittestDialog.on_stopButton_clicked">on_stopButton_clicked</a></td> |
262 <td><a href="#UnittestDialog.on_stopButton_clicked">on_stopButton_clicked</a></td> |
266 <td>Private slot to stop the test.</td> |
263 <td>Private slot to stop the test.</td> |
267 </tr><tr> |
264 </tr><tr> |
268 <td><a href="#UnittestDialog.on_testsuiteComboBox_editTextChanged">on_testsuiteComboBox_editTextChanged</a></td> |
265 <td><a href="#UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog">on_testsuitePicker_aboutToShowPathPickerDialog</a></td> |
|
266 <td>Private slot called before the test suite selection dialog is shown.</td> |
|
267 </tr><tr> |
|
268 <td><a href="#UnittestDialog.on_testsuitePicker_editTextChanged">on_testsuitePicker_editTextChanged</a></td> |
269 <td>Private slot to handle changes of the test file name.</td> |
269 <td>Private slot to handle changes of the test file name.</td> |
|
270 </tr><tr> |
|
271 <td><a href="#UnittestDialog.on_testsuitePicker_pathSelected">on_testsuitePicker_pathSelected</a></td> |
|
272 <td>Private slot called after a test suite has been selected.</td> |
270 </tr><tr> |
273 </tr><tr> |
271 <td><a href="#UnittestDialog.testErrored">testErrored</a></td> |
274 <td><a href="#UnittestDialog.testErrored">testErrored</a></td> |
272 <td>Public method called if a test errors.</td> |
275 <td>Public method called if a test errors.</td> |
273 </tr><tr> |
276 </tr><tr> |
274 <td><a href="#UnittestDialog.testFailed">testFailed</a></td> |
277 <td><a href="#UnittestDialog.testFailed">testFailed</a></td> |
377 </dd> |
380 </dd> |
378 </dl><a NAME="UnittestDialog.insertProg" ID="UnittestDialog.insertProg"></a> |
381 </dl><a NAME="UnittestDialog.insertProg" ID="UnittestDialog.insertProg"></a> |
379 <h4>UnittestDialog.insertProg</h4> |
382 <h4>UnittestDialog.insertProg</h4> |
380 <b>insertProg</b>(<i>prog</i>) |
383 <b>insertProg</b>(<i>prog</i>) |
381 <p> |
384 <p> |
382 Public slot to insert the filename prog into the testsuiteComboBox |
385 Public slot to insert the filename prog into the testsuitePicker |
383 object. |
386 object. |
384 </p><dl> |
387 </p><dl> |
385 <dt><i>prog</i></dt> |
388 <dt><i>prog</i></dt> |
386 <dd> |
389 <dd> |
387 filename to be inserted (string) |
390 filename to be inserted (string) |
439 </p><dl> |
442 </p><dl> |
440 <dt><i>lbitem</i></dt> |
443 <dt><i>lbitem</i></dt> |
441 <dd> |
444 <dd> |
442 the listbox item that was double clicked |
445 the listbox item that was double clicked |
443 </dd> |
446 </dd> |
444 </dl><a NAME="UnittestDialog.on_fileDialogButton_clicked" ID="UnittestDialog.on_fileDialogButton_clicked"></a> |
447 </dl><a NAME="UnittestDialog.on_startButton_clicked" ID="UnittestDialog.on_startButton_clicked"></a> |
445 <h4>UnittestDialog.on_fileDialogButton_clicked</h4> |
|
446 <b>on_fileDialogButton_clicked</b>(<i></i>) |
|
447 <p> |
|
448 Private slot to open a file dialog. |
|
449 </p><a NAME="UnittestDialog.on_startButton_clicked" ID="UnittestDialog.on_startButton_clicked"></a> |
|
450 <h4>UnittestDialog.on_startButton_clicked</h4> |
448 <h4>UnittestDialog.on_startButton_clicked</h4> |
451 <b>on_startButton_clicked</b>(<i>failedOnly=False</i>) |
449 <b>on_startButton_clicked</b>(<i>failedOnly=False</i>) |
452 <p> |
450 <p> |
453 Private slot to start the test. |
451 Private slot to start the test. |
454 </p><dl> |
452 </p><dl> |
459 </dl><a NAME="UnittestDialog.on_stopButton_clicked" ID="UnittestDialog.on_stopButton_clicked"></a> |
457 </dl><a NAME="UnittestDialog.on_stopButton_clicked" ID="UnittestDialog.on_stopButton_clicked"></a> |
460 <h4>UnittestDialog.on_stopButton_clicked</h4> |
458 <h4>UnittestDialog.on_stopButton_clicked</h4> |
461 <b>on_stopButton_clicked</b>(<i></i>) |
459 <b>on_stopButton_clicked</b>(<i></i>) |
462 <p> |
460 <p> |
463 Private slot to stop the test. |
461 Private slot to stop the test. |
464 </p><a NAME="UnittestDialog.on_testsuiteComboBox_editTextChanged" ID="UnittestDialog.on_testsuiteComboBox_editTextChanged"></a> |
462 </p><a NAME="UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog" ID="UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog"></a> |
465 <h4>UnittestDialog.on_testsuiteComboBox_editTextChanged</h4> |
463 <h4>UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog</h4> |
466 <b>on_testsuiteComboBox_editTextChanged</b>(<i>txt</i>) |
464 <b>on_testsuitePicker_aboutToShowPathPickerDialog</b>(<i></i>) |
|
465 <p> |
|
466 Private slot called before the test suite selection dialog is shown. |
|
467 </p><a NAME="UnittestDialog.on_testsuitePicker_editTextChanged" ID="UnittestDialog.on_testsuitePicker_editTextChanged"></a> |
|
468 <h4>UnittestDialog.on_testsuitePicker_editTextChanged</h4> |
|
469 <b>on_testsuitePicker_editTextChanged</b>(<i>txt</i>) |
467 <p> |
470 <p> |
468 Private slot to handle changes of the test file name. |
471 Private slot to handle changes of the test file name. |
469 </p><dl> |
472 </p><dl> |
470 <dt><i>txt</i></dt> |
473 <dt><i>txt</i></dt> |
471 <dd> |
474 <dd> |
472 name of the test file (string) |
475 name of the test file (string) |
|
476 </dd> |
|
477 </dl><a NAME="UnittestDialog.on_testsuitePicker_pathSelected" ID="UnittestDialog.on_testsuitePicker_pathSelected"></a> |
|
478 <h4>UnittestDialog.on_testsuitePicker_pathSelected</h4> |
|
479 <b>on_testsuitePicker_pathSelected</b>(<i>suite</i>) |
|
480 <p> |
|
481 Private slot called after a test suite has been selected. |
|
482 </p><dl> |
|
483 <dt><i>suite</i> (str)</dt> |
|
484 <dd> |
|
485 file name of the test suite |
473 </dd> |
486 </dd> |
474 </dl><a NAME="UnittestDialog.testErrored" ID="UnittestDialog.testErrored"></a> |
487 </dl><a NAME="UnittestDialog.testErrored" ID="UnittestDialog.testErrored"></a> |
475 <h4>UnittestDialog.testErrored</h4> |
488 <h4>UnittestDialog.testErrored</h4> |
476 <b>testErrored</b>(<i>test, exc, id</i>) |
489 <b>testErrored</b>(<i>test, exc, id</i>) |
477 <p> |
490 <p> |