234 <b>DebugClientBase</b>(<i></i>) |
234 <b>DebugClientBase</b>(<i></i>) |
235 <p> |
235 <p> |
236 Constructor |
236 Constructor |
237 </p><a NAME="DebugClientBase.__assembleTestCasesList" ID="DebugClientBase.__assembleTestCasesList"></a> |
237 </p><a NAME="DebugClientBase.__assembleTestCasesList" ID="DebugClientBase.__assembleTestCasesList"></a> |
238 <h4>DebugClientBase.__assembleTestCasesList</h4> |
238 <h4>DebugClientBase.__assembleTestCasesList</h4> |
239 <b>__assembleTestCasesList</b>(<i>suite</i>) |
239 <b>__assembleTestCasesList</b>(<i>suite, start</i>) |
240 <p> |
240 <p> |
241 Private method to assemble a list of test cases included in a test |
241 Private method to assemble a list of test cases included in a test |
242 suite. |
242 suite. |
243 </p><dl> |
243 </p><dl> |
244 <dt><i>suite</i> (unittest.TestSuite)</dt> |
244 <dt><i>suite</i> (unittest.TestSuite)</dt> |
245 <dd> |
245 <dd> |
246 test suite to be inspected |
246 test suite to be inspected |
247 </dd> |
247 </dd><dt><i>start</i> (str)</dt> |
248 </dl><dl> |
248 <dd> |
249 <dt>Returns:</dt> |
249 name of directory discovery was started at |
250 <dd> |
250 </dd> |
251 list of tuples containing the test case ID and short |
251 </dl><dl> |
252 description |
252 <dt>Returns:</dt> |
|
253 <dd> |
|
254 list of tuples containing the test case ID, a short description |
|
255 and the path of the test file name |
253 </dd> |
256 </dd> |
254 </dl><dl> |
257 </dl><dl> |
255 <dt>Return Type:</dt> |
258 <dt>Return Type:</dt> |
256 <dd> |
259 <dd> |
257 list of tuples of (str, str) |
260 list of tuples of (str, str, str) |
258 </dd> |
261 </dd> |
259 </dl><a NAME="DebugClientBase.__clientCapabilities" ID="DebugClientBase.__clientCapabilities"></a> |
262 </dl><a NAME="DebugClientBase.__clientCapabilities" ID="DebugClientBase.__clientCapabilities"></a> |
260 <h4>DebugClientBase.__clientCapabilities</h4> |
263 <h4>DebugClientBase.__clientCapabilities</h4> |
261 <b>__clientCapabilities</b>(<i></i>) |
264 <b>__clientCapabilities</b>(<i></i>) |
262 <p> |
265 <p> |