Closed

Description
Summary of problem or feature request
Since client was made final we can not mock the class anymore. However, good practice would tell us that we need to mock the edges of our systems. Of course ES is such an edge.
Therefore, whenever important classes like this are made final, an interface should be created to help us mock that instead. Of course it also helps us think about the system through an interface instead of an implementation.
I assume there are more people running into this problem so I have a pull request ready to go.
Metadata
Metadata
Assignees
Labels
No labels