Modifier and Type |
Method and Description |
WebTestClient.BodyContentSpec |
doesNotExist()
|
boolean |
equals(Object obj) |
WebTestClient.BodyContentSpec |
exists()
|
int |
hashCode() |
WebTestClient.BodyContentSpec |
isEqualTo(boolean expectedValue)
|
WebTestClient.BodyContentSpec |
isEqualTo(Double expectedValue)
|
WebTestClient.BodyContentSpec |
isEqualTo(String expectedValue)
|
WebTestClient.BodyContentSpec |
nodeCount(Consumer<Integer> consumer)
Consume the count of nodes as result of the XPath evaluation.
|
WebTestClient.BodyContentSpec |
nodeCount(int expectedCount)
|
WebTestClient.BodyContentSpec |
nodeCount(Matcher<? super Integer> matcher)
|
WebTestClient.BodyContentSpec |
number(Consumer<Double> consumer)
Consume the result of the XPath evaluation as a Double.
|
WebTestClient.BodyContentSpec |
number(Matcher<? super Double> matcher)
|
WebTestClient.BodyContentSpec |
string(Consumer<String> consumer)
Consume the result of the XPath evaluation as a String.
|
WebTestClient.BodyContentSpec |
string(Matcher<? super String> matcher)
|