Jonas on Software
⛵ Navigating the realm of Java, Software Architecture and Testing with in-depth explorations and practical insights.#
Test First - Part 4
Architecture is not only about production code
·3 mins
Your tests also deserve some architecting
Test First - Part 3
On the Relevance of the Classical Testing Pyramid
·6 mins
Looking at an Ancient Structure
Test First - Part 2
The Unit Test Ambiguity
·4 mins
On the Misconceptions Surrounding the Unit in Unit Testing
The subtle Art of Java Test Method Naming
·7 mins
Tests must be encapsulated within methods that demand a name, and as with all aspects of programming, naming often proves to be the most challenging task.
How to Effectively Test Time-Dependent Code: Unit and Spring-Based Strategies
·8 mins
Explore strategies for reliable testing of time-dependent code, including techniques to mitigate flakiness in tests and enable precise time manipulation within your test suites.
Mastering the Object Mother
·6 mins
Discover how the Object Mother concept empowers developers to effortlessly generate intricate test objects, enhancing code readability, maintainability, and overall testing efficiency.