JUnit 5
-
Enterprise Java
Extending JUnit 5
A look into the past With JUnit 4 we have the option to run test with a custom JUnit runner…
Read More » -
Enterprise Java
Clean Code from the Trenches – Writing Executable Specifications with JUnit 5, Mockito, and AssertJ
Executable Specifications are tests that can also serve as design specifications. They enable technical and business teams to get on…
Read More » -
Enterprise Java
In praise of the thoughful design: how property-based testing helps me to be a better developer
The developer’s testing toolbox is one of these things which rarely stays unchanged. For sure, some testing practices have proven…
Read More » -
Enterprise Java
JUnit 5 and Selenium – improving project configuration
Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing.…
Read More » -
Enterprise Java
JUnit 5 and Selenium – Setup the project with Gradle, JUnit 5 and Jupiter Selenium
Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing.…
Read More »