techiehub.in

Effective Unit Testing in Java

Overview This article lists down (but not limited to), some common unit testing patterns and how to tackle them in Java. It assumes the use of Mockito java test framework for the demonstration purpose. Full code could be found in github. To bring the patterns to life, I have created five simple classes with minimal […]

May 26, 2025 | Java, Unit Testing | No comments

Categories