Resolve JUnit5 MultipleAssertions / assertAll( ) in JGiven-Testreport

28 Views Asked by At

I'm using JGiven and JUnit5 for automated Software tests. The Then-Stage I'm currently using, asserts a stream like so: assertAll(executableList.stream());

which works great, but in the JGiven Testreport this looks like only one Assertion, which is not ideal.

Does anyone know if there is a way to have every single assertion listed in the JGiven HTML-Report?

0

There are 0 best solutions below