|
|
|
|
|
by 0x445442
1355 days ago
|
|
But even here you’re testing the same code twice. One directly with the tests for the class the static methods live in and once accidentally when you test the class that includes the util class as a dependency. This situation can be fixed by replacing the static methods with Functions. |
|
So what? How is that a problem?