97 <tr> |
97 <tr> |
98 <td><a href="#TestingWidget.__discoverTests">__discoverTests</a></td> |
98 <td><a href="#TestingWidget.__discoverTests">__discoverTests</a></td> |
99 <td>Private slot to discover tests but don't execute them.</td> |
99 <td>Private slot to discover tests but don't execute them.</td> |
100 </tr> |
100 </tr> |
101 <tr> |
101 <tr> |
|
102 <td><a href="#TestingWidget.__editorClosing">__editorClosing</a></td> |
|
103 <td>Private method called, when an editor is closing.</td> |
|
104 </tr> |
|
105 <tr> |
102 <td><a href="#TestingWidget.__findDiscoveryItem">__findDiscoveryItem</a></td> |
106 <td><a href="#TestingWidget.__findDiscoveryItem">__findDiscoveryItem</a></td> |
103 <td>Private method to find an item given the module path.</td> |
107 <td>Private method to find an item given the module path.</td> |
104 </tr> |
108 </tr> |
105 <tr> |
109 <tr> |
106 <td><a href="#TestingWidget.__insertDiscovery">__insertDiscovery</a></td> |
110 <td><a href="#TestingWidget.__insertDiscovery">__insertDiscovery</a></td> |
417 <b>__discoverTests</b>(<i></i>) |
421 <b>__discoverTests</b>(<i></i>) |
418 <p> |
422 <p> |
419 Private slot to discover tests but don't execute them. |
423 Private slot to discover tests but don't execute them. |
420 </p> |
424 </p> |
421 |
425 |
|
426 <a NAME="TestingWidget.__editorClosing" ID="TestingWidget.__editorClosing"></a> |
|
427 <h4>TestingWidget.__editorClosing</h4> |
|
428 <b>__editorClosing</b>(<i>editor</i>) |
|
429 <p> |
|
430 Private method called, when an editor is closing. |
|
431 </p> |
|
432 |
|
433 <dl> |
|
434 |
|
435 <dt><i>editor</i> (MiniEditor)</dt> |
|
436 <dd> |
|
437 reference to the closing editor |
|
438 </dd> |
|
439 </dl> |
422 <a NAME="TestingWidget.__findDiscoveryItem" ID="TestingWidget.__findDiscoveryItem"></a> |
440 <a NAME="TestingWidget.__findDiscoveryItem" ID="TestingWidget.__findDiscoveryItem"></a> |
423 <h4>TestingWidget.__findDiscoveryItem</h4> |
441 <h4>TestingWidget.__findDiscoveryItem</h4> |
424 <b>__findDiscoveryItem</b>(<i>modulePath</i>) |
442 <b>__findDiscoveryItem</b>(<i>modulePath</i>) |
425 <p> |
443 <p> |
426 Private method to find an item given the module path. |
444 Private method to find an item given the module path. |