Package org.springframework.test.util

Examples of org.springframework.test.util.JsonExpectationsHelper


   * Protected constructor.
   * Use {@link MockMvcResultMatchers#content()}.
   */
  protected ContentResultMatchers() {
    this.xmlHelper = new XmlExpectationsHelper();
    this.jsonHelper = new JsonExpectationsHelper();
  }
View Full Code Here

TOP

Related Classes of org.springframework.test.util.JsonExpectationsHelper

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.