49505152535455
/** * Protected constructor. * Use {@link MockMvcResultMatchers#content()}. */ protected ContentResultMatchers() { this.xmlHelper = new XmlExpectationsHelper(); }
47484950515253
/** * Class constructor, not for direct instantiation. * Use {@link RequestMatchers#content()}. */ protected ContentRequestMatchers() { this.xmlHelper = new XmlExpectationsHelper(); }