| Package | Description |
|---|---|
| co.unruly.matchers |
| Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.