| Modifier and Type | Method and Description |
|---|---|
static <T> BeanPropertyMatcher<T> |
BeanPropertyMatcher.property(String propertyName,
org.hamcrest.Matcher<?> value) |
| Modifier and Type | Method and Description |
|---|---|
static <T> BeanMatcher<T> |
BeanMatcher.has(BeanPropertyMatcher<?>... propertyMatchers) |
static <T> BeanMatcher<T> |
BeanMatcher.hasOnly(BeanPropertyMatcher<?>... propertyMatchers) |
| Constructor and Description |
|---|
BeanMatcher(BeanPropertyMatcher<?>... propertyMatchers) |
BeanMatcher(boolean only,
BeanPropertyMatcher<?>... propertyMatchers) |
Copyright © 2018. All rights reserved.