195 Class implementing the UI to the pyunit package. |
195 Class implementing the UI to the pyunit package. |
196 </p><h3>Signals</h3> |
196 </p><h3>Signals</h3> |
197 <dl> |
197 <dl> |
198 <dt>unittestFile(str, int, int)</dt> |
198 <dt>unittestFile(str, int, int)</dt> |
199 <dd> |
199 <dd> |
200 emitted to show the source of a unittest file |
200 emitted to show the source of a |
|
201 unittest file |
201 </dd><dt>unittestStopped()</dt> |
202 </dd><dt>unittestStopped()</dt> |
202 <dd> |
203 <dd> |
203 emitted after a unit test was run |
204 emitted after a unit test was run |
204 </dd> |
205 </dd> |
205 </dl> |
206 </dl> |
376 </dd> |
377 </dd> |
377 </dl><a NAME="UnittestDialog.insertProg" ID="UnittestDialog.insertProg"></a> |
378 </dl><a NAME="UnittestDialog.insertProg" ID="UnittestDialog.insertProg"></a> |
378 <h4>UnittestDialog.insertProg</h4> |
379 <h4>UnittestDialog.insertProg</h4> |
379 <b>insertProg</b>(<i>prog</i>) |
380 <b>insertProg</b>(<i>prog</i>) |
380 <p> |
381 <p> |
381 Public slot to insert the filename prog into the testsuiteComboBox object. |
382 Public slot to insert the filename prog into the testsuiteComboBox |
|
383 object. |
382 </p><dl> |
384 </p><dl> |
383 <dt><i>prog</i></dt> |
385 <dt><i>prog</i></dt> |
384 <dd> |
386 <dd> |
385 filename to be inserted (string) |
387 filename to be inserted (string) |
386 </dd> |
388 </dd> |