Package | Description |
---|---|
org.springframework.ws.test.server |
Provides a testing framework for server-side Web service testing.
|
Modifier and Type | Method and Description |
---|---|
static ResponseXPathExpectations |
ResponseMatchers.xpath(String xpathExpression)
Expects the given XPath expression to (not) exist or be evaluated to a value.
|
static ResponseXPathExpectations |
ResponseMatchers.xpath(String xpathExpression,
Map<String,String> namespaceMapping)
Expects the given XPath expression to (not) exist or be evaluated to a value.
|
Copyright © 2020 Pivotal Software. All rights reserved.