Introduction
assertAll helps check many things at once. It shows all errors together, not just the first one.
When testing multiple parts of one feature in a single test.
When you want to see all mistakes in one run, not stop at the first error.
When checking several values or conditions that belong together.
When you want clearer test reports with grouped checks.