hamcrest-text-matchers
Hamcrest Text Matchers 1. Overview In this tutorial, we’ll explore Hamcrest Text Matchers. We discussed Hamcrest Matchers in general before in testing with Hamcrest, in this tutorial we’ll focus on Text Matchers only. 2. Maven Configuration First, we need to add the following dependency to our pom.xml: <dependency> <groupId>org.hamcrest</groupId> <artifactId>java-hamcrest</artifactId>… Continue Reading hamcrest-text-matchers