Surround assertions with assertAll method

Definition:

Soares et al. (2023) proposed using the assertAll method, a feature specific to JUnit5, to group all the assertions without explanation of a test method.

Example from practice:

We did not find any instance of such refactoring yet.