|
|
|
|
|
by monksy
2171 days ago
|
|
You should understand when those tests are low effort: Look for other frameworks that help you to develop those tests easier or frameworks that remove that requirement for you. I.e. Lambok for generation of getters/setters. You only have to unit test code that you wrote. High test coverage comes from a history of writting tests there. Sadly people include feature and functional tests in the coverage. |
|