クラス 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