Uses of Class
org.faktorips.testsupport.matchers.MessageListSizeMatcher
-
Packages that use MessageListSizeMatcher Package Description org.faktorips.testsupport Utility classes for testing Faktor-IPS (generated) code. -
-
Uses of MessageListSizeMatcher in org.faktorips.testsupport
Methods in org.faktorips.testsupport that return MessageListSizeMatcher Modifier and Type Method Description static MessageListSizeMatcherIpsMatchers. hasSize(int size)static MessageListSizeMatcherIpsMatchers. hasSize(org.hamcrest.Matcher<java.lang.Integer> intMatcher)Creates aMessageListSizeMatcherthat matches aMessageListif it'ssizeis matched by the givenMatcher<Integer>.
-