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

changeset 3591
2f2a4a76dd22
parent 2387
2d119e79ab54
--- a/Documentation/Source/eric5.DebugClients.Python.DCTestResult.html	Sat May 17 19:58:49 2014 +0200
+++ b/Documentation/Source/eric5.DebugClients.Python.DCTestResult.html	Sun May 18 14:13:09 2014 +0200
@@ -63,25 +63,25 @@
 <td>Constructor</td>
 </tr><tr>
 <td><a href="#DCTestResult.addError">addError</a></td>
-<td>Method called if a test errored.</td>
+<td>Public method called if a test errored.</td>
 </tr><tr>
 <td><a href="#DCTestResult.addExpectedFailure">addExpectedFailure</a></td>
-<td>Method called if a test failed expected.</td>
+<td>Public method called if a test failed expected.</td>
 </tr><tr>
 <td><a href="#DCTestResult.addFailure">addFailure</a></td>
-<td>Method called if a test failed.</td>
+<td>Public method called if a test failed.</td>
 </tr><tr>
 <td><a href="#DCTestResult.addSkip">addSkip</a></td>
-<td>Method called if a test was skipped.</td>
+<td>Public method called if a test was skipped.</td>
 </tr><tr>
 <td><a href="#DCTestResult.addUnexpectedSuccess">addUnexpectedSuccess</a></td>
-<td>Method called if a test succeeded expectedly.</td>
+<td>Public method called if a test succeeded expectedly.</td>
 </tr><tr>
 <td><a href="#DCTestResult.startTest">startTest</a></td>
-<td>Method called at the start of a test.</td>
+<td>Public method called at the start of a test.</td>
 </tr><tr>
 <td><a href="#DCTestResult.stopTest">stopTest</a></td>
-<td>Method called at the end of a test.</td>
+<td>Public method called at the end of a test.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -102,7 +102,7 @@
 <h4>DCTestResult.addError</h4>
 <b>addError</b>(<i>test, err</i>)
 <p>
-        Method called if a test errored.
+        Public method called if a test errored.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
@@ -115,7 +115,7 @@
 <h4>DCTestResult.addExpectedFailure</h4>
 <b>addExpectedFailure</b>(<i>test, err</i>)
 <p>
-        Method called if a test failed expected.
+        Public method called if a test failed expected.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
@@ -128,7 +128,7 @@
 <h4>DCTestResult.addFailure</h4>
 <b>addFailure</b>(<i>test, err</i>)
 <p>
-        Method called if a test failed.
+        Public method called if a test failed.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
@@ -141,7 +141,7 @@
 <h4>DCTestResult.addSkip</h4>
 <b>addSkip</b>(<i>test, reason</i>)
 <p>
-        Method called if a test was skipped.
+        Public method called if a test was skipped.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
@@ -154,7 +154,7 @@
 <h4>DCTestResult.addUnexpectedSuccess</h4>
 <b>addUnexpectedSuccess</b>(<i>test</i>)
 <p>
-        Method called if a test succeeded expectedly.
+        Public method called if a test succeeded expectedly.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
@@ -164,7 +164,7 @@
 <h4>DCTestResult.startTest</h4>
 <b>startTest</b>(<i>test</i>)
 <p>
-        Method called at the start of a test.
+        Public method called at the start of a test.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>
@@ -174,7 +174,7 @@
 <h4>DCTestResult.stopTest</h4>
 <b>stopTest</b>(<i>test</i>)
 <p>
-        Method called at the end of a test.
+        Public method called at the end of a test.
 </p><dl>
 <dt><i>test</i></dt>
 <dd>

eric ide

mercurial