--- a/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Jan 30 12:05:36 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Jan 30 19:11:02 2021 +0100 @@ -277,7 +277,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>ErrorsInfoRole</td></tr><tr><td>TestCaseFileRole</td></tr><tr><td>TestCaseNameRole</td></tr> +<tr><td>ErrorsInfoRole</td></tr><tr><td>FailedExpectedColorDarkTheme</td></tr><tr><td>FailedExpectedColorLightTheme</td></tr><tr><td>SkippedColorDarkTheme</td></tr><tr><td>SkippedColorLightTheme</td></tr><tr><td>SucceededUnexpectedColorDarkTheme</td></tr><tr><td>SucceededUnexpectedColorLightTheme</td></tr><tr><td>TestCaseFileRole</td></tr><tr><td>TestCaseNameRole</td></tr> </table> <h3>Class Methods</h3> @@ -426,7 +426,7 @@ </tr> <tr> <td><a href="#UnittestDialog.testFailedExpected">testFailedExpected</a></td> -<td>Public method called if a test fails expectedly.</td> +<td>Public method called if a test fails as expected.</td> </tr> <tr> <td><a href="#UnittestDialog.testFinished">testFinished</a></td> @@ -1005,7 +1005,7 @@ <b>testFailedExpected</b>(<i>test, exc, testId</i>) <p> - Public method called if a test fails expectedly. + Public method called if a test fails as expected. </p> <dl>