Knowledge base
Java Articles
Articles tagged Java, sorted from newest to oldest. Switch tags or return to all articles from the filters below.
Showing 1-2 of 2 articles tagged “Java”.
Java · May 28, 2026
A modern, simple guide to Mockito: what mock objects are, why they matter, how to add Mockito to a Java or Android project, and how to write clean unit tests without overcomplicating things.
Android · May 28, 2026
A practical guide to cleaning up Android Espresso UI tests with a basic Page Object Model structure, reusable actions, and readable test classes.