Documentation/Source/eric5.DebugClients.Python.DCTestResult.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.DebugClients.Python.DCTestResult.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.DebugClients.Python.DCTestResult.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.DebugClients.Python.DCTestResult</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#84;&#101;&#115;&#116;&#82;&#101;&#115;&#117;&#108;&#116; &#100;&#101;&#114;&#105;v&#97;&#116;&#105;v&#101; &#102;&#111;&#114; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; &#100;&#101;&#98;&#117;&#103;&#103;&#101;&#114;.
+Module implementing a TestResult derivative for the eric5 debugger.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#DCTestResult">DCTestResult</a></td>
-<td>&#65; &#84;&#101;&#115;&#116;&#82;&#101;&#115;&#117;&#108;&#116; &#100;&#101;&#114;&#105;v&#97;&#116;&#105;v&#101; &#116;&#111; w&#111;&#114;&#107; w&#105;&#116;&#104; &#101;&#114;&#105;&#99;&#53;'&#115; &#100;&#101;&#98;&#117;&#103; &#99;&#108;&#105;&#101;&#110;&#116;.</td>
+<td>A TestResult derivative to work with eric5's debug client.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,9 +43,9 @@
 <a NAME="DCTestResult" ID="DCTestResult"></a>
 <h2>DCTestResult</h2>
 <p>
-    &#65; &#84;&#101;&#115;&#116;&#82;&#101;&#115;&#117;&#108;&#116; &#100;&#101;&#114;&#105;v&#97;&#116;&#105;v&#101; &#116;&#111; w&#111;&#114;&#107; w&#105;&#116;&#104; &#101;&#114;&#105;&#99;&#53;'&#115; &#100;&#101;&#98;&#117;&#103; &#99;&#108;&#105;&#101;&#110;&#116;.
+    A TestResult derivative to work with eric5's debug client.
 </p><p>
-    &#70;&#111;&#114; &#109;&#111;&#114;&#101; &#100;&#101;&#116;&#97;&#105;&#108;&#115; &#115;&#101;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116;.&#112;y &#111;&#102; &#116;&#104;&#101; &#115;&#116;&#97;&#110;&#100;&#97;&#114;&#100; &#112;y&#116;&#104;&#111;&#110; &#100;&#105;&#115;&#116;&#114;&#105;&#98;&#117;&#116;&#105;&#111;&#110;.
+    For more details see unittest.py of the standard python distribution.
 </p>
 <h3>Derived from</h3>
 TestResult
@@ -57,76 +57,76 @@
 <table>
 <tr>
 <td><a href="#DCTestResult.__init__">DCTestResult</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#DCTestResult.addError">addError</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#105;&#102; &#97; &#116;&#101;&#115;&#116; &#101;&#114;&#114;&#111;&#114;&#101;&#100;.</td>
+<td>Method called if a test errored.</td>
 </tr><tr>
 <td><a href="#DCTestResult.addFailure">addFailure</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#105;&#102; &#97; &#116;&#101;&#115;&#116; &#102;&#97;&#105;&#108;&#101;&#100;.</td>
+<td>Method called if a test failed.</td>
 </tr><tr>
 <td><a href="#DCTestResult.startTest">startTest</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#97;&#116; &#116;&#104;&#101; &#115;&#116;&#97;&#114;&#116; &#111;&#102; &#97; &#116;&#101;&#115;&#116;.</td>
+<td>Method called at the start of a test.</td>
 </tr><tr>
 <td><a href="#DCTestResult.stopTest">stopTest</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#97;&#116; &#116;&#104;&#101; &#101;&#110;&#100; &#111;&#102; &#97; &#116;&#101;&#115;&#116;.</td>
+<td>Method called at the end of a test.</td>
 </tr>
 </table>
 <a NAME="DCTestResult.__init__" ID="DCTestResult.__init__"></a>
 <h4>DCTestResult (Constructor)</h4>
 <b>DCTestResult</b>(<i>parent</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#84;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116;.
+The parent widget.
 </dd>
 </dl><a NAME="DCTestResult.addError" ID="DCTestResult.addError"></a>
 <h4>DCTestResult.addError</h4>
 <b>addError</b>(<i>test, err</i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#105;&#102; &#97; &#116;&#101;&#115;&#116; &#101;&#114;&#114;&#111;&#114;&#101;&#100;.
+        Method called if a test errored.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
-&#82;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#116;&#101;&#115;&#116; &#111;&#98;&#106;&#101;&#99;&#116;
+Reference to the test object
 </dd><dt><i>err</i></dt>
 <dd>
-&#84;&#104;&#101; &#101;&#114;&#114;&#111;&#114; &#116;&#114;&#97;&#99;&#101;&#98;&#97;&#99;&#107;
+The error traceback
 </dd>
 </dl><a NAME="DCTestResult.addFailure" ID="DCTestResult.addFailure"></a>
 <h4>DCTestResult.addFailure</h4>
 <b>addFailure</b>(<i>test, err</i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#105;&#102; &#97; &#116;&#101;&#115;&#116; &#102;&#97;&#105;&#108;&#101;&#100;.
+        Method called if a test failed.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
-&#82;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#116;&#101;&#115;&#116; &#111;&#98;&#106;&#101;&#99;&#116;
+Reference to the test object
 </dd><dt><i>err</i></dt>
 <dd>
-&#84;&#104;&#101; &#101;&#114;&#114;&#111;&#114; &#116;&#114;&#97;&#99;&#101;&#98;&#97;&#99;&#107;
+The error traceback
 </dd>
 </dl><a NAME="DCTestResult.startTest" ID="DCTestResult.startTest"></a>
 <h4>DCTestResult.startTest</h4>
 <b>startTest</b>(<i>test</i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#97;&#116; &#116;&#104;&#101; &#115;&#116;&#97;&#114;&#116; &#111;&#102; &#97; &#116;&#101;&#115;&#116;.
+        Method called at the start of a test.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
-&#82;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#116;&#101;&#115;&#116; &#111;&#98;&#106;&#101;&#99;&#116;
+Reference to the test object
 </dd>
 </dl><a NAME="DCTestResult.stopTest" ID="DCTestResult.stopTest"></a>
 <h4>DCTestResult.stopTest</h4>
 <b>stopTest</b>(<i>test</i>)
 <p>
-        &#77;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#97;&#116; &#116;&#104;&#101; &#101;&#110;&#100; &#111;&#102; &#97; &#116;&#101;&#115;&#116;.
+        Method called at the end of a test.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
-&#82;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#116;&#101;&#115;&#116; &#111;&#98;&#106;&#101;&#99;&#116;
+Reference to the test object
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial