Withdrawn: 8270836: Foolproof JavadocTester.checkOutput
duke
duke at openjdk.java.net
Thu Sep 16 15:37:48 UTC 2021
On Fri, 16 Jul 2021 13:17:43 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> When searching output for multiple strings it is easy to misexpress your intent, which could make a failing test pass. Such cases can be caught and reported to the programmer.
>
> For example, for this search to succeed it is sufficient for the output to consist only of the `"error: bad"` string:
>
>
> checkOutput(..., "error:", "error: bad", ...)
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4811
More information about the javadoc-dev
mailing list