Faster Testing of the JPA Repository in Spring Applications
In the ‘Clean Code‘ book, Uncle Bob defined the five characteristics of a clean test. Those characteristics have the acronym FIRST;
Software Developer
In the ‘Clean Code‘ book, Uncle Bob defined the five characteristics of a clean test. Those characteristics have the acronym FIRST;
Recently, I had a task to migrate the unit tests in our project from ‘JUnit 4’ to ‘JUnit 5’. As
The video of our talk at AgileTour Beirut is finally available online! You can watch it here: You can
How should we test the Data Access Layer code? Many developers ask that question. Similar to the other layers of