在JUnit测试中我用的是hamcrest。对于Java集合类,有类似于hasSize可用的Matcher。Faktor-IPS org.faktorips.runtime.MessageList有可用的匹配器吗?
hasSize
org.faktorips.runtime.MessageList
发布于 2021-08-31 09:27:20
在org.faktorips.runtime.MessageList可用的de.faktorzehn.commons.ips.test.matcher.IpsMatchers中有特定的匹配器。
de.faktorzehn.commons.ips.test.matcher.IpsMatchers
不幸的是,这不是Faktor的一部分。
发布于 2021-10-27 07:42:03
随着即将发布的21.12版(RC3发行说明),在Maven central上发布了一个新的包伪造-测试支持,其中包括消息匹配器、MessageLists和ValueSets。
https://stackoverflow.com/questions/68951052
相似问题