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