org.test4j.hamcrest.matcher.property
类 MapPropertyEqaulMatcher
java.lang.Object
ext.test4j.hamcrest.BaseMatcher
org.test4j.hamcrest.matcher.property.MapPropertyEqaulMatcher
- 所有已实现的接口:
- Matcher, SelfDescribing
public class MapPropertyEqaulMatcher
- extends BaseMatcher
把实际对象按照Map中的key值取出来,进行反射比较
- 作者:
- darui.wudr
MapPropertyEqaulMatcher
public MapPropertyEqaulMatcher(ICore.DataMap expected,
EqMode[] modes)
matches
public boolean matches(Object actual)
describeTo
public void describeTo(Description description)
Copyright © 2013. All rights reserved.