|
|
|
|
|
by mining____
3745 days ago
|
|
I suspect they mean that unit testing internal stuff that changes regularly means rewriting unit tests to use the new internal implementation details. In contrast, the regression tests don't have the dependency on implementation detail, just the interface. |
|