woolpack.test
クラス TestDomContextBuilder2

java.lang.Object
  上位を拡張 woolpack.test.TestDomContextBuilder
      上位を拡張 woolpack.test.TestDomContextBuilder2

public class TestDomContextBuilder2
extends TestDomContextBuilder

テスト用のDomContextのビルダ。

作成者:
nakamura

フィールドの概要
 
クラス woolpack.test.TestDomContextBuilder から継承されたフィールド
ATTR_NAMES
 
コンストラクタの概要
TestDomContextBuilder2(java.lang.Iterable<java.lang.String> attrNames, NodeFindableFactory factory, java.util.Map<java.lang.String,AbstractComponentDef> componentDefMap)
          コンストラクタ。
TestDomContextBuilder2(NodeFindableFactory factory, java.util.Map<java.lang.String,AbstractComponentDef> componentDefMap)
          コンストラクタ。
 
メソッドの概要
 
クラス woolpack.test.TestDomContextBuilder から継承されたメソッド
exists, get, getInput, init, initXPath, print, selectEmbedded, selectNode
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TestDomContextBuilder2

public TestDomContextBuilder2(java.lang.Iterable<java.lang.String> attrNames,
                              NodeFindableFactory factory,
                              java.util.Map<java.lang.String,AbstractComponentDef> componentDefMap)
コンストラクタ。

パラメータ:
attrNames - TestDomContextBuilder.selectEmbedded()内で DOM ノードを検索するための属性名一覧。
factory - NodeFindableのファクトリ。
componentDefMap - コンポーネント定義。
例外:
java.lang.NullPointerException - 引数のいずれかがが null の場合。

TestDomContextBuilder2

public TestDomContextBuilder2(NodeFindableFactory factory,
                              java.util.Map<java.lang.String,AbstractComponentDef> componentDefMap)
コンストラクタ。

パラメータ:
componentDefMap - コンポーネント定義。
factory - NodeFindableのファクトリ。
例外:
java.lang.NullPointerException - 引数が null の場合。


Copyright (C) 2006 Takahiro Nakamura. All rights reserved.