46474849505152
/** * Class constructor, not for direct instantiation. * Use {@link MockRestRequestMatchers#content()}. */ protected ContentRequestMatchers() { this.xmlHelper = new XmlExpectationsHelper(); }
5051525354555657
/** * Protected constructor. * Use {@link MockMvcResultMatchers#content()}. */ protected ContentResultMatchers() { this.xmlHelper = new XmlExpectationsHelper(); this.jsonHelper = new JsonExpectationsHelper(); }