Package org.jtester.hamcrest.matcher.property

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


      return this.assertThat(matcher);
    }
  }

  public E propertyMatch(String property, Matcher matcher) {
    PropertyItemMatcher _matcher = new PropertyItemMatcher(property, matcher);
    return this.assertThat(_matcher);
  }
View Full Code Here

TOP

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

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.