On Wed, 9 Mar 2022 14:22:30 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> Does it make sense to run all the checks before throwing the exception? > > I mean run all the checks that the test performs and accumulate failures if > any. If the list of failures isn't empty, throw an exception to fail the > entire test. That might turn out to be useful for debugging a failure, I think. ------------- PR: https://git.openjdk.java.net/jdk/pull/7613