Package org.springframework.test.web.support

Examples of org.springframework.test.web.support.XmlExpectationsHelper


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


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

TOP

Related Classes of org.springframework.test.web.support.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.