クラス XPathExpectationsHelper
java.lang.ObjectSE
org.springframework.ws.test.support.matcher.XPathExpectationsHelper
XPath の期待に対処するためのヘルパークラス。
- 導入:
- 2.0
- 作成者:
- Lukas Krecan, Arjen Poutsma
コンストラクター概要
コンストラクターコンストラクター説明XPathExpectationsHelper(StringSE expression) 指定された XPath 式を使用してXPathExpectationsSupportの新しいインスタンスを作成します。XPathExpectationsHelper(StringSE expression, MapSE<StringSE, StringSE> namespaces) 指定された XPath 式と名前空間を使用してXPathExpectationsSupportの新しいインスタンスを作成します。方法の概要
修飾子と型メソッド説明evaluatesTo(boolean expectedValue) evaluatesTo(double expectedValue) evaluatesTo(int expectedValue) evaluatesTo(StringSE expectedValue) exists()
コンストラクターの詳細
XPathExpectationsHelper
指定された XPath 式を使用してXPathExpectationsSupportの新しいインスタンスを作成します。- パラメーター:
expression- XPath 式
XPathExpectationsHelper
指定された XPath 式と名前空間を使用してXPathExpectationsSupportの新しいインスタンスを作成します。- パラメーター:
expression- XPath 式namespaces- 名前空間は、空またはnullにすることができます
メソッドの詳細
exists
doesNotExist
evaluatesTo
evaluatesTo
evaluatesTo
evaluatesTo