Package org.springframework.test.util

Examples of org.springframework.test.util.XmlExpectationsHelper


  /**
   * Class constructor, not for direct instantiation.
   * Use {@link MockRestRequestMatchers#content()}.
   */
  protected ContentRequestMatchers() {
    this.xmlHelper = new XmlExpectationsHelper();
  }
View Full Code Here


  /**
   * 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.XmlExpectationsHelper

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.