| Test cases are named in a non-descriptive way, what makes it harder for newcomers to understand what they are about. For this reason and instead of doing a heavy refactoring, a @DisplayName annotation can be added to each test case with a fully descriptive name that doesn't interfere with the current given names. |