Learn how to create custom matchers using Hamcrest
Baeldung Author
Magdalena Krause
Responsible and proactive team player with strong Java background. Software engineer that loves traveling, good music and outdoor sports.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (4)
- Spring (1)
Hamcrest Object Matchers
Filed under Testing
Learn about Hamcrest Object matchers, which are a straightforward way of checking class properties.
Hamcrest Bean Matchers
Filed under Testing
Learn about Hamcrest bean matchers – a tool that provides an effective way of making assertions, a frequently used feature when writing unit tests.
Using Hamcrest Number Matchers
Filed under Testing
A quick and practical guide to Hamcrest Number matchers.
Spring Batch – Tasklets vs Chunks
Filed under Spring
Learn about the two ways to implement jobs in Spring Batch: tasklets and chunks.