Uses of Class
org.assertj.core.api.HamcrestCondition
Packages that use HamcrestCondition
-
Uses of HamcrestCondition in org.assertj.core.api
Methods in org.assertj.core.api that return HamcrestConditionModifier and TypeMethodDescriptionstatic <T> HamcrestCondition
<T> HamcrestCondition.matching
(org.hamcrest.Matcher<? extends T> matcher) Constructs aCondition
using the matcher given as a parameter.