Testing
-
Core Java

Verifying DateTime and Date with Hamcrest
Since I started diving into automated testing and practicing TDD, verification of date values was pain. Luckily there is nice…
Read More » -
Core Java

JUnit 5 â Basics
Last week weâve set up JUnit 5 to be able to write tests. So letâs do it! Overview This post…
Read More » -
Core Java

JUnit 5 â A First Look at the Next Generation of JUnit
In the beginning of February, the JUnit 5 (aka JUnit Lambda) team has published an alpha release. Since JUnit 4 is among…
Read More » -
Core Java

JUnit 5 â Setup
In November 2015 the JUnit Lambda team presented their prototype. Since then the project rebranded itself as JUnit 5 and…
Read More » -
Enterprise Java

Isolating integration tests and mocking dependencies with Spring Boot
Integration tests can be slow and unreliable because they depend on too many components in the system. Up to a…
Read More » -
Core Java

Use JUnitâs expected exceptions sparingly
Sometimes, when we get pull requests for jOOQ or our other libraries, people change the code in our unit tests…
Read More » -
Software Development

Testing: Appetite Comes With Eating
Iâve written a lot about testing. Some tips on integration tests, some how-tos, some general opinions about tests. But I…
Read More » -
Enterprise Java

Container Object pattern. A new pattern for your tests.
If you search for a description of what Page Object is, youâll find that The Page Object Pattern gives us…
Read More » -
Desktop Java

Effective UI tests with Selenide
Waiting for miracles Christmas is a time for miracles. On the eve of the new year we all build plans…
Read More »





