クラス XPathExpectationsHelper

java.lang.ObjectSE
org.springframework.ws.test.support.matcher.XPathExpectationsHelper

public class XPathExpectationsHelper extends ObjectSE
XPath の期待に対処するためのヘルパークラス。
導入:
2.0
作成者:
Lukas Krecan, Arjen Poutsma
  • コンストラクターの詳細

    • XPathExpectationsHelper

      public XPathExpectationsHelper(StringSE expression)
      指定された XPath 式を使用して XPathExpectationsSupport の新しいインスタンスを作成します。
      パラメーター:
      expression - XPath 式
    • XPathExpectationsHelper

      public XPathExpectationsHelper(StringSE expression, MapSE<StringSE,StringSE> namespaces)
      指定された XPath 式と名前空間を使用して XPathExpectationsSupport の新しいインスタンスを作成します。
      パラメーター:
      expression - XPath 式
      namespaces - 名前空間は、空または null にすることができます
  • メソッドの詳細