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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9313
6bac6775abb2
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
74 <td><a href="#UnittestExecutor.getVersions">getVersions</a></td> 74 <td><a href="#UnittestExecutor.getVersions">getVersions</a></td>
75 <td>Public method to get the test framework version and version information of its installed plugins.</td> 75 <td>Public method to get the test framework version and version information of its installed plugins.</td>
76 </tr> 76 </tr>
77 <tr> 77 <tr>
78 <td><a href="#UnittestExecutor.hasCoverage">hasCoverage</a></td> 78 <td><a href="#UnittestExecutor.hasCoverage">hasCoverage</a></td>
79 <td>Public method to get the test framework version and version information of its installed plugins.</td> 79 <td></td>
80 </tr> 80 </tr>
81 <tr> 81 <tr>
82 <td><a href="#UnittestExecutor.start">start</a></td> 82 <td><a href="#UnittestExecutor.start">start</a></td>
83 <td>Public method to start the testing process.</td> 83 <td>Public method to start the testing process.</td>
84 </tr> 84 </tr>
85 <tr> 85 <tr>
86 <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td> 86 <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td>
87 <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td> 87 <td></td>
88 </tr> 88 </tr>
89 </table> 89 </table>
90 <h3>Static Methods</h3> 90 <h3>Static Methods</h3>
91 91
92 <table> 92 <table>
188 </dl> 188 </dl>
189 <a NAME="UnittestExecutor.hasCoverage" ID="UnittestExecutor.hasCoverage"></a> 189 <a NAME="UnittestExecutor.hasCoverage" ID="UnittestExecutor.hasCoverage"></a>
190 <h4>UnittestExecutor.hasCoverage</h4> 190 <h4>UnittestExecutor.hasCoverage</h4>
191 <b>hasCoverage</b>(<i>interpreter</i>) 191 <b>hasCoverage</b>(<i>interpreter</i>)
192 192
193 <p>
194 Public method to get the test framework version and version information
195 of its installed plugins.
196 </p>
197 <dl>
198
199 <dt><i>interpreter</i> (str)</dt>
200 <dd>
201 interpreter to be used for the test
202 </dd>
203 </dl>
204 <dl>
205 <dt>Return:</dt>
206 <dd>
207 flag indicating the availability of coverage functionality
208 </dd>
209 </dl>
210 <dl>
211 <dt>Return Type:</dt>
212 <dd>
213 bool
214 </dd>
215 </dl>
216 <a NAME="UnittestExecutor.start" ID="UnittestExecutor.start"></a> 193 <a NAME="UnittestExecutor.start" ID="UnittestExecutor.start"></a>
217 <h4>UnittestExecutor.start</h4> 194 <h4>UnittestExecutor.start</h4>
218 <b>start</b>(<i>config, pythonpath</i>) 195 <b>start</b>(<i>config, pythonpath</i>)
219 196
220 <p> 197 <p>
233 </dl> 210 </dl>
234 <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a> 211 <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a>
235 <h4>UnittestExecutor.supportsPatterns</h4> 212 <h4>UnittestExecutor.supportsPatterns</h4>
236 <b>supportsPatterns</b>(<i>interpreter</i>) 213 <b>supportsPatterns</b>(<i>interpreter</i>)
237 214
238 <p>
239 Public method to indicate the support for test filtering using test name
240 patterns or a test name pattern expression.
241 </p>
242 <dl>
243
244 <dt><i>interpreter</i> (str)</dt>
245 <dd>
246 interpreter to be used for the test
247 </dd>
248 </dl>
249 <dl>
250 <dt>Return:</dt>
251 <dd>
252 flag indicating support of markers
253 </dd>
254 </dl>
255 <dl>
256 <dt>Return Type:</dt>
257 <dd>
258 bool
259 </dd>
260 </dl>
261 <div align="right"><a href="#top">Up</a></div> 215 <div align="right"><a href="#top">Up</a></div>
262 <hr /> 216 <hr />
263 </body></html> 217 </body></html>

eric ide

mercurial