88 <table> |
88 <table> |
89 <tr><td>None</td></tr> |
89 <tr><td>None</td></tr> |
90 </table> |
90 </table> |
91 <a NAME="DCTestResult.__init__" ID="DCTestResult.__init__"></a> |
91 <a NAME="DCTestResult.__init__" ID="DCTestResult.__init__"></a> |
92 <h4>DCTestResult (Constructor)</h4> |
92 <h4>DCTestResult (Constructor)</h4> |
93 <b>DCTestResult</b>(<i>dbgClient</i>) |
93 <b>DCTestResult</b>(<i>dbgClient, failfast</i>) |
94 <p> |
94 <p> |
95 Constructor |
95 Constructor |
96 </p><dl> |
96 </p><dl> |
97 <dt><i>dbgClient</i> (DebugClientBase)</dt> |
97 <dt><i>dbgClient</i> (DebugClientBase)</dt> |
98 <dd> |
98 <dd> |
99 reference to the debug client |
99 reference to the debug client |
|
100 </dd><dt><i>failfast</i> (bool)</dt> |
|
101 <dd> |
|
102 flag indicating to stop at the first error |
100 </dd> |
103 </dd> |
101 </dl><a NAME="DCTestResult.addError" ID="DCTestResult.addError"></a> |
104 </dl><a NAME="DCTestResult.addError" ID="DCTestResult.addError"></a> |
102 <h4>DCTestResult.addError</h4> |
105 <h4>DCTestResult.addError</h4> |
103 <b>addError</b>(<i>test, err</i>) |
106 <b>addError</b>(<i>test, err</i>) |
104 <p> |
107 <p> |