src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html

branch
eric7
changeset 9313
6bac6775abb2
parent 9311
8e588f403fd9
child 10070
9f5758c0fec1
equal deleted inserted replaced
9312:490f9539e535 9313:6bac6775abb2
195 </tr> 195 </tr>
196 <tr> 196 <tr>
197 <td><a href="#TestExecutorBase.supportsMarkers">supportsMarkers</a></td> 197 <td><a href="#TestExecutorBase.supportsMarkers">supportsMarkers</a></td>
198 <td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td> 198 <td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td>
199 </tr> 199 </tr>
200 <tr>
201 <td><a href="#TestExecutorBase.supportsPatterns">supportsPatterns</a></td>
202 <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td>
203 </tr>
200 </table> 204 </table>
201 <h3>Static Methods</h3> 205 <h3>Static Methods</h3>
202 206
203 <table> 207 <table>
204 <tr><td>None</td></tr> 208 <tr><td>None</td></tr>
499 <dt>Return Type:</dt> 503 <dt>Return Type:</dt>
500 <dd> 504 <dd>
501 bool 505 bool
502 </dd> 506 </dd>
503 </dl> 507 </dl>
508 <a NAME="TestExecutorBase.supportsPatterns" ID="TestExecutorBase.supportsPatterns"></a>
509 <h4>TestExecutorBase.supportsPatterns</h4>
510 <b>supportsPatterns</b>(<i>interpreter</i>)
511
512 <p>
513 Public method to indicate the support for test filtering using test name
514 patterns or a test name pattern expression.
515 </p>
516 <dl>
517
518 <dt><i>interpreter</i> (str)</dt>
519 <dd>
520 interpreter to be used for the test
521 </dd>
522 </dl>
523 <dl>
524 <dt>Return:</dt>
525 <dd>
526 flag indicating support of markers
527 </dd>
528 </dl>
529 <dl>
530 <dt>Return Type:</dt>
531 <dd>
532 bool
533 </dd>
534 </dl>
504 <div align="right"><a href="#top">Up</a></div> 535 <div align="right"><a href="#top">Up</a></div>
505 <hr /> 536 <hr />
506 <hr /> 537 <hr />
507 <a NAME="TestResult" ID="TestResult"></a> 538 <a NAME="TestResult" ID="TestResult"></a>
508 <h2>TestResult</h2> 539 <h2>TestResult</h2>

eric ide

mercurial