Verifying conditions in loop is not helpful if a failure happens, because doesn't provide any insight on which loop it failed, and the reported line doesn't point directly to the problem.
This PR unroll loops to have a more effective error when test fails.
Verifying conditions in loop is not helpful if a failure happens, because doesn't provide any insight on which loop it failed, and the reported line doesn't point directly to the problem.
This PR unroll loops to have a more effective error when test fails.