Hello again 🙂 I have a new problem I cannot solve. I made an example snippet to represent the issue:
https://pastebin.com/Y1jN7tLJ .. I would like the assertEquals to pass, without having to implement explicitly the "equals" method on "ExampleToken" (bacause I will have many other enums like that, and the code would be the same, so I was wondering if I can use delegation or some other trick to do it only once)