PreviousNext

Unit testing design patterns for improved readability & maintenance

by bill-s, 2020-12-17T05:06:36.250Z

In this video I will show you how to make your unit tests more readable and maintainable. I do so by refactoring an existing unit test class. I extract methods and give them descriptive names. I also introduce the builder pattern, which is very usable for the creation of our classes under test.

Read More