2020-06-30 16:59:06 +02:00
|
|
|
Monolithic unit tests are bad practice. Instead, each piece of code should be covered by a test that targets it specifically.
|
|
|
|
|
2021-02-02 15:02:10 +01:00
|
|
|
|
2020-06-30 16:59:06 +02:00
|
|
|
This rule raises an issue for each method which is not covered by a unit test that exercises fewer than the specified number of lines.
|
|
|
|
|