jp.ne.mki.wedge.junit.rule.xml
クラス XmlTestSuiteCreater

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.junit.rule.xml.XmlTestSuiteCreater

public class XmlTestSuiteCreater
extends java.lang.Object

addAllXmlTestCase(suite, dirpath); で、そのディレクトリ以下のTest***.xmlを追加。 addTestCase(root, xmlFilePath);で、xmlのテストケース追加。


コンストラクタの概要
XmlTestSuiteCreater()
           
 
メソッドの概要
static TestSuite createTestSuite(java.lang.String fileName)
          指定XMLファイルのテストケース追加
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XmlTestSuiteCreater

public XmlTestSuiteCreater()
メソッドの詳細

createTestSuite

public static TestSuite createTestSuite(java.lang.String fileName)
                                 throws java.lang.Exception
指定XMLファイルのテストケース追加

パラメータ:
root -
filePath -
例外:
java.lang.Exception