51 TestResult |
51 TestResult |
52 <h3>Class Attributes</h3> |
52 <h3>Class Attributes</h3> |
53 <table> |
53 <table> |
54 <tr><td>None</td></tr> |
54 <tr><td>None</td></tr> |
55 </table> |
55 </table> |
|
56 <h3>Class Methods</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
56 <h3>Methods</h3> |
60 <h3>Methods</h3> |
57 <table> |
61 <table> |
58 <tr> |
62 <tr> |
59 <td><a href="#DCTestResult.__init__">DCTestResult</a></td> |
|
60 <td>Constructor</td> |
|
61 </tr><tr> |
|
62 <td><a href="#DCTestResult.addError">addError</a></td> |
63 <td><a href="#DCTestResult.addError">addError</a></td> |
63 <td>Method called if a test errored.</td> |
64 <td>Method called if a test errored.</td> |
64 </tr><tr> |
65 </tr><tr> |
65 <td><a href="#DCTestResult.addExpectedFailure">addExpectedFailure</a></td> |
66 <td><a href="#DCTestResult.addExpectedFailure">addExpectedFailure</a></td> |
66 <td>Method called if a test failed expected.</td> |
67 <td>Method called if a test failed expected.</td> |
78 <td>Method called at the start of a test.</td> |
79 <td>Method called at the start of a test.</td> |
79 </tr><tr> |
80 </tr><tr> |
80 <td><a href="#DCTestResult.stopTest">stopTest</a></td> |
81 <td><a href="#DCTestResult.stopTest">stopTest</a></td> |
81 <td>Method called at the end of a test.</td> |
82 <td>Method called at the end of a test.</td> |
82 </tr> |
83 </tr> |
|
84 </table> |
|
85 <h3>Static Methods</h3> |
|
86 <table> |
|
87 <tr><td>None</td></tr> |
83 </table> |
88 </table> |
84 <a NAME="DCTestResult.__init__" ID="DCTestResult.__init__"></a> |
89 <a NAME="DCTestResult.__init__" ID="DCTestResult.__init__"></a> |
85 <h4>DCTestResult (Constructor)</h4> |
90 <h4>DCTestResult (Constructor)</h4> |
86 <b>DCTestResult</b>(<i>parent</i>) |
91 <b>DCTestResult</b>(<i>parent</i>) |
87 <p> |
92 <p> |