testing_plugins.md: update product's age

This commit is contained in:
Karol Lewandowski 2022-02-02 12:58:31 +01:00
parent 277d17d9bb
commit 2a5d54b298

View File

@ -13,7 +13,7 @@ What this means is the following:
The most significant benefit of this test approach is that tests are very stable and require very little maintenance once written, no matter how much the underlying implementation is refactored or rewritten.
In a product with 15+ years of a lifetime that has gone through many internal refactorings, we find that this benefit dramatically outweighs the downsides of slower test execution and more difficult debugging of failures compared to more isolated unit tests.
In a product with 20+ years of a lifetime that has gone through many internal refactorings, we find that this benefit dramatically outweighs the downsides of slower test execution and more difficult debugging of failures compared to more isolated unit tests.
### Mocks