|
|
|
|
|
by ajmurmann
3180 days ago
|
|
That's why it's important to have the majority of your tests be true unit tests that use doubles for their collaborators and have your classes adhere to single responsibility principle and open closed principle. That way you should only have to adjust very few acceptance tests. |
|