org.test4j.hamcrest.matcher.property
类 PropertiesArrayRefEqMatcher
java.lang.Object
ext.test4j.hamcrest.BaseMatcher<Object>
org.test4j.hamcrest.matcher.property.PropertiesArrayRefEqMatcher
- 所有已实现的接口:
- Matcher<Object>, SelfDescribing
public class PropertiesArrayRefEqMatcher
- extends BaseMatcher<Object>
集合(数组)中对象的多个属性值集合(二维数组),反射值与期望值相等
- 作者:
- darui.wudr
PropertiesArrayRefEqMatcher
public PropertiesArrayRefEqMatcher(String[] properties,
Object[][] expected,
EqMode... modes)
matches
public boolean matches(Object actual)
describeTo
public void describeTo(Description description)
Copyright © 2013. All rights reserved.