I'm using hamcrest in JUnit-Tests. For the Java collections classes there are Matchers like hasSize
available. Are there any Matchers available for the Faktor-IPS org.faktorips.runtime.MessageList
?
There are specific matchers for org.faktorips.runtime.MessageList
in de.faktorzehn.commons.ips.test.matcher.IpsMatchers
available.
Unfortunately this is not part of Faktor-IPS.