On Wed, 4 May 2022 18:15:10 GMT, Harshitha Onkar <d...@openjdk.java.net> wrote:
>> I think that's a reasonable suggestion in general to bear in mind when >> writing tests. >> I've seen tests which bail at the first failure and you wish you knew how >> the rest of it worked out .. >> Like (say) a test that iterates over the 4 available L&Fs might be a case. > > @prrace Thank you for the inputs. Will make a note to add it for future > similar test scenarios too. Updated test case to continue testing all scenarios and to throw Exception at the end (in case test fails in any of the scenarios) ------------- PR: https://git.openjdk.java.net/jdk/pull/8509