Learn how to create custom matchers using Hamcrest
Also find me here:
Baeldung Author
Magdalena Krause
I’m a Software Engineer currently working in the payments industry. I started my career in the QA field and then moved to back-end development for 10 years. I spent the past years building and leading development teams with people around the globe. I also worked as a college teacher, returning to the basics of computer science. What I enjoy the most is bringing together the technical and non-technical worlds, creating meaningful relationships that enjoy collaborating and building great products together.
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.