In JUnit 5, what does the assertAll() method allow you to do?
Execute all test cases at once
Group multiple assertions so they are all executed, even if one fails
Check if all objects are equal
Verify all exceptions in a test
This question is part of this quiz :
Advance Java Quiz Day 78