eric7/Documentation/Source/eric7.PyUnit.UnittestDialog.html

branch
eric7
changeset 8546
52454036c2b2
parent 8545
9c9779b7142a
child 8596
d64760b2da50
equal deleted inserted replaced
8545:9c9779b7142a 8546:52454036c2b2
48 </tr> 48 </tr>
49 </table> 49 </table>
50 <h3>Functions</h3> 50 <h3>Functions</h3>
51 51
52 <table> 52 <table>
53 <tr><td>None</td></tr> 53
54 <tr>
55 <td><a href="#clearSavedHistories">clearSavedHistories</a></td>
56 <td>Function to clear the saved history lists.</td>
57 </tr>
54 </table> 58 </table>
55 <hr /> 59 <hr />
56 <hr /> 60 <hr />
57 <a NAME="QtTestResult" ID="QtTestResult"></a> 61 <a NAME="QtTestResult" ID="QtTestResult"></a>
58 <h2>QtTestResult</h2> 62 <h2>QtTestResult</h2>
337 <tr> 341 <tr>
338 <td><a href="#UnittestDialog.__findDiscoveryItem">__findDiscoveryItem</a></td> 342 <td><a href="#UnittestDialog.__findDiscoveryItem">__findDiscoveryItem</a></td>
339 <td>Private method to find an item given the module path.</td> 343 <td>Private method to find an item given the module path.</td>
340 </tr> 344 </tr>
341 <tr> 345 <tr>
346 <td><a href="#UnittestDialog.__loadRecent">__loadRecent</a></td>
347 <td>Private method to load the most recently used lists.</td>
348 </tr>
349 <tr>
342 <td><a href="#UnittestDialog.__openEditor">__openEditor</a></td> 350 <td><a href="#UnittestDialog.__openEditor">__openEditor</a></td>
343 <td>Private method to open an editor window for the given file.</td> 351 <td>Private method to open an editor window for the given file.</td>
344 </tr> 352 </tr>
345 <tr> 353 <tr>
346 <td><a href="#UnittestDialog.__populateDiscoveryResults">__populateDiscoveryResults</a></td> 354 <td><a href="#UnittestDialog.__populateDiscoveryResults">__populateDiscoveryResults</a></td>
349 <tr> 357 <tr>
350 <td><a href="#UnittestDialog.__populateVenvComboBox">__populateVenvComboBox</a></td> 358 <td><a href="#UnittestDialog.__populateVenvComboBox">__populateVenvComboBox</a></td>
351 <td>Private method to (re-)populate the virtual environments selector.</td> 359 <td>Private method to (re-)populate the virtual environments selector.</td>
352 </tr> 360 </tr>
353 <tr> 361 <tr>
362 <td><a href="#UnittestDialog.__saveRecent">__saveRecent</a></td>
363 <td>Private method to save the most recently used lists.</td>
364 </tr>
365 <tr>
354 <td><a href="#UnittestDialog.__selectedTestCases">__selectedTestCases</a></td> 366 <td><a href="#UnittestDialog.__selectedTestCases">__selectedTestCases</a></td>
355 <td>Private method to assemble the list of selected test cases and suites.</td> 367 <td>Private method to assemble the list of selected test cases and suites.</td>
356 </tr> 368 </tr>
357 <tr> 369 <tr>
358 <td><a href="#UnittestDialog.__setProgressColor">__setProgressColor</a></td> 370 <td><a href="#UnittestDialog.__setProgressColor">__setProgressColor</a></td>
371 <td>Private slot to show the source of a traceback in an eric editor.</td> 383 <td>Private slot to show the source of a traceback in an eric editor.</td>
372 </tr> 384 </tr>
373 <tr> 385 <tr>
374 <td><a href="#UnittestDialog.__stopTests">__stopTests</a></td> 386 <td><a href="#UnittestDialog.__stopTests">__stopTests</a></td>
375 <td>Private slot to stop the test.</td> 387 <td>Private slot to stop the test.</td>
388 </tr>
389 <tr>
390 <td><a href="#UnittestDialog.clearRecent">clearRecent</a></td>
391 <td>Public slot to clear the recently used lists.</td>
376 </tr> 392 </tr>
377 <tr> 393 <tr>
378 <td><a href="#UnittestDialog.closeEvent">closeEvent</a></td> 394 <td><a href="#UnittestDialog.closeEvent">closeEvent</a></td>
379 <td>Protected method to handle the close event.</td> 395 <td>Protected method to handle the close event.</td>
380 </tr> 396 </tr>
623 <dt>Return Type:</dt> 639 <dt>Return Type:</dt>
624 <dd> 640 <dd>
625 QTreeWidgetItem or None 641 QTreeWidgetItem or None
626 </dd> 642 </dd>
627 </dl> 643 </dl>
644 <a NAME="UnittestDialog.__loadRecent" ID="UnittestDialog.__loadRecent"></a>
645 <h4>UnittestDialog.__loadRecent</h4>
646 <b>__loadRecent</b>(<i></i>)
647
648 <p>
649 Private method to load the most recently used lists.
650 </p>
628 <a NAME="UnittestDialog.__openEditor" ID="UnittestDialog.__openEditor"></a> 651 <a NAME="UnittestDialog.__openEditor" ID="UnittestDialog.__openEditor"></a>
629 <h4>UnittestDialog.__openEditor</h4> 652 <h4>UnittestDialog.__openEditor</h4>
630 <b>__openEditor</b>(<i>filename, linenumber</i>) 653 <b>__openEditor</b>(<i>filename, linenumber</i>)
631 654
632 <p> 655 <p>
666 <b>__populateVenvComboBox</b>(<i></i>) 689 <b>__populateVenvComboBox</b>(<i></i>)
667 690
668 <p> 691 <p>
669 Private method to (re-)populate the virtual environments selector. 692 Private method to (re-)populate the virtual environments selector.
670 </p> 693 </p>
694 <a NAME="UnittestDialog.__saveRecent" ID="UnittestDialog.__saveRecent"></a>
695 <h4>UnittestDialog.__saveRecent</h4>
696 <b>__saveRecent</b>(<i></i>)
697
698 <p>
699 Private method to save the most recently used lists.
700 </p>
671 <a NAME="UnittestDialog.__selectedTestCases" ID="UnittestDialog.__selectedTestCases"></a> 701 <a NAME="UnittestDialog.__selectedTestCases" ID="UnittestDialog.__selectedTestCases"></a>
672 <h4>UnittestDialog.__selectedTestCases</h4> 702 <h4>UnittestDialog.__selectedTestCases</h4>
673 <b>__selectedTestCases</b>(<i>parent=None</i>) 703 <b>__selectedTestCases</b>(<i>parent=None</i>)
674 704
675 <p> 705 <p>
733 <h4>UnittestDialog.__stopTests</h4> 763 <h4>UnittestDialog.__stopTests</h4>
734 <b>__stopTests</b>(<i></i>) 764 <b>__stopTests</b>(<i></i>)
735 765
736 <p> 766 <p>
737 Private slot to stop the test. 767 Private slot to stop the test.
768 </p>
769 <a NAME="UnittestDialog.clearRecent" ID="UnittestDialog.clearRecent"></a>
770 <h4>UnittestDialog.clearRecent</h4>
771 <b>clearRecent</b>(<i></i>)
772
773 <p>
774 Public slot to clear the recently used lists.
738 </p> 775 </p>
739 <a NAME="UnittestDialog.closeEvent" ID="UnittestDialog.closeEvent"></a> 776 <a NAME="UnittestDialog.closeEvent" ID="UnittestDialog.closeEvent"></a>
740 <h4>UnittestDialog.closeEvent</h4> 777 <h4>UnittestDialog.closeEvent</h4>
741 <b>closeEvent</b>(<i>event</i>) 778 <b>closeEvent</b>(<i>event</i>)
742 779
1198 flag indicating, whether the event was handled (boolean) 1235 flag indicating, whether the event was handled (boolean)
1199 </dd> 1236 </dd>
1200 </dl> 1237 </dl>
1201 <div align="right"><a href="#top">Up</a></div> 1238 <div align="right"><a href="#top">Up</a></div>
1202 <hr /> 1239 <hr />
1240 <hr />
1241 <a NAME="clearSavedHistories" ID="clearSavedHistories"></a>
1242 <h2>clearSavedHistories</h2>
1243 <b>clearSavedHistories</b>(<i>self</i>)
1244
1245 <p>
1246 Function to clear the saved history lists.
1247 </p>
1248 <div align="right"><a href="#top">Up</a></div>
1249 <hr />
1203 </body></html> 1250 </body></html>

eric ide

mercurial