SindarinDebuggerTest has a lot of helperMethodXXX methods.
Actuallly, most of these methods have the same source code:
Out of the 29 helper methods from this class, 15 of them have the exact same source code. Only one from these 15 should be kept and the others should be deleted.
Plus, all these methods should have a more explicit name as, when I try to understand a test, it forces me to browse the helper method that is used in the test because it doesn't have an explicit name.
SindarinDebuggerTest
has a lot ofhelperMethodXXX
methods.Actuallly, most of these methods have the same source code:
Out of the 29 helper methods from this class, 15 of them have the exact same source code. Only one from these 15 should be kept and the others should be deleted.
Plus, all these methods should have a more explicit name as, when I try to understand a test, it forces me to browse the helper method that is used in the test because it doesn't have an explicit name.