Uses of Class
org.faktorips.testsupport.matchers.MessageListObjectPropertyMatcher
Packages that use MessageListObjectPropertyMatcher
Package
Description
Utility classes for testing Faktor-IPS (generated) code.
-
Uses of MessageListObjectPropertyMatcher in org.faktorips.testsupport
Methods in org.faktorips.testsupport that return MessageListObjectPropertyMatcherModifier and TypeMethodDescriptionIpsMatchers.hasMessageFor(Object object) Creates aMessageListObjectPropertyMatcherthat matches aMessageListif it contains exactly oneMessagewith anObjectPropertyfor the given object.IpsMatchers.hasMessageFor(Object object, String property) Creates aMessageListObjectPropertyMatcherthat matches aMessageListif it contains exactly oneMessagewith anObjectPropertyfor the given object's given property.IpsMatchers.hasMessagesFor(int count, Object object, String property) Creates aMessageListObjectPropertyMatcherthat matches aMessageListif it contains exactlycountMessageswith anObjectPropertyfor the given object's given property.