--- a/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Mar 11 19:18:57 2017 +0100 @@ -486,7 +486,7 @@ </dd> </dl><a NAME="UnittestDialog.testErrored" ID="UnittestDialog.testErrored"></a> <h4>UnittestDialog.testErrored</h4> -<b>testErrored</b>(<i>test, exc, id</i>) +<b>testErrored</b>(<i>test, exc, testId</i>) <p> Public method called if a test errors. </p><dl> @@ -496,13 +496,13 @@ </dd><dt><i>exc</i></dt> <dd> string representation of the exception (string) -</dd><dt><i>id</i></dt> +</dd><dt><i>testId</i></dt> <dd> id of the test (string) </dd> </dl><a NAME="UnittestDialog.testFailed" ID="UnittestDialog.testFailed"></a> <h4>UnittestDialog.testFailed</h4> -<b>testFailed</b>(<i>test, exc, id</i>) +<b>testFailed</b>(<i>test, exc, testId</i>) <p> Public method called if a test fails. </p><dl> @@ -512,13 +512,13 @@ </dd><dt><i>exc</i></dt> <dd> string representation of the exception (string) -</dd><dt><i>id</i></dt> +</dd><dt><i>testId</i></dt> <dd> id of the test (string) </dd> </dl><a NAME="UnittestDialog.testFailedExpected" ID="UnittestDialog.testFailedExpected"></a> <h4>UnittestDialog.testFailedExpected</h4> -<b>testFailedExpected</b>(<i>test, exc, id</i>) +<b>testFailedExpected</b>(<i>test, exc, testId</i>) <p> Public method called if a test fails expectedly. </p><dl> @@ -528,7 +528,7 @@ </dd><dt><i>exc</i></dt> <dd> string representation of the exception (string) -</dd><dt><i>id</i></dt> +</dd><dt><i>testId</i></dt> <dd> id of the test (string) </dd> @@ -541,7 +541,7 @@ <b>Note</b>: It is also called if it has already failed or errored. </p><a NAME="UnittestDialog.testSkipped" ID="UnittestDialog.testSkipped"></a> <h4>UnittestDialog.testSkipped</h4> -<b>testSkipped</b>(<i>test, reason, id</i>) +<b>testSkipped</b>(<i>test, reason, testId</i>) <p> Public method called if a test was skipped. </p><dl> @@ -551,7 +551,7 @@ </dd><dt><i>reason</i></dt> <dd> reason for skipping the test (string) -</dd><dt><i>id</i></dt> +</dd><dt><i>testId</i></dt> <dd> id of the test (string) </dd> @@ -570,14 +570,14 @@ </dd> </dl><a NAME="UnittestDialog.testSucceededUnexpected" ID="UnittestDialog.testSucceededUnexpected"></a> <h4>UnittestDialog.testSucceededUnexpected</h4> -<b>testSucceededUnexpected</b>(<i>test, id</i>) +<b>testSucceededUnexpected</b>(<i>test, testId</i>) <p> Public method called if a test succeeds unexpectedly. </p><dl> <dt><i>test</i></dt> <dd> name of the test (string) -</dd><dt><i>id</i></dt> +</dd><dt><i>testId</i></dt> <dd> id of the test (string) </dd>