Uses of Interface
dev.aherscu.qa.testing.utils.function.DescribableFunction
-
Packages that use DescribableFunction Package Description dev.aherscu.qa.testing.utils -
-
Uses of DescribableFunction in dev.aherscu.qa.testing.utils
Methods in dev.aherscu.qa.testing.utils with parameters of type DescribableFunction Modifier and Type Method Description static <I,O>
org.hamcrest.Matcher<I>Java8Matchers. where(DescribableFunction<? super I,O> property, org.hamcrest.Matcher<? super O> matcher)
Match a value/property derived from an object.static <I,O>
org.hamcrest.Matcher<I>Java8Matchers. where(String propertyDescription, DescribableFunction<? super I,O> property, org.hamcrest.Matcher<? super O> matcher)
Match a value/property derived from an object.
-