spring-framework / org.springframework.test.web.servlet.result / XpathResultMatchers / string

string

open fun string(matcher: Matcher<in String>): ResultMatcher

Apply the XPath and assert the String value found with the given Hamcrest Matcher.

open fun string(expectedValue: String): ResultMatcher

Apply the XPath and assert the String value found.