Upgrading to Mockito 52023-01-20 Mockito TestingThis article covers upgrading from Mockito 4 to Mockito 5.
Inject Mock dependencies with Mockito2023-01-20 Mockito TestingUsing Mockito to inject mock dependencies into classes.
Thread sleep2023-01-15 MultithreadingIn this article, we take a look at how to let a thread sleep for given time.
Thread interrupt2023-01-15 MultithreadingIn this article, we take a look at how to interrupt a thread.
What are SSOT, DRY and SRP2022-12-21 Design PatternIn this post, we look at the differences between Single Point of Truth (SPOT) and Don't repeat yourself (DRY) and Single Responsibility Principle (SRP)