Package org.jtester.hamcrest.matcher.property

Examples of org.jtester.hamcrest.matcher.property.MapPropertyEqaulMatcher


  public E reflectionEqMap(DataMap expected, EqMode... modes) {
    return this.propertyEqMap(expected, modes);
  }

  public E propertyEqMap(DataMap expected, EqMode... modes) {
    MapPropertyEqaulMatcher matcher = new MapPropertyEqaulMatcher(expected, modes);
    return this.assertThat(matcher);
  }
View Full Code Here

TOP

Related Classes of org.jtester.hamcrest.matcher.property.MapPropertyEqaulMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.