Class AbstractXpathAssertions<B>

java.lang.Object
org.springframework.test.web.support.AbstractXpathAssertions<B>
Type Parameters:
B - the type of body spec (RestTestClient vs WebTestClient specific)
Direct Known Subclasses:
XpathAssertions, XpathAssertions

public abstract class AbstractXpathAssertions<B> extends Object
Base class for applying XPath assertions in RestTestClient and WebTestClient.
Since:
7.0
Author:
Rob Worsnop, Rossen Stoyanchev