jp.ne.mki.wedge.pub.vfunit.reporter
クラス ProcessWriter

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.pub.vfunit.reporter.AbstractHtmlReportConverter
      上位を拡張 jp.ne.mki.wedge.pub.vfunit.reporter.ProcessWriter
すべての実装されたインタフェース:
IReportConverter

public class ProcessWriter
extends AbstractHtmlReportConverter

VfUnit テスト操作 手順書 のWriter。

作成者:
kanbayashi

フィールドの概要
 
クラス jp.ne.mki.wedge.pub.vfunit.reporter.AbstractHtmlReportConverter から継承されたフィールド
charSet, root, writeFilePath, writer
 
インタフェース jp.ne.mki.wedge.pub.vfunit.reporter.IReportConverter から継承されたフィールド
NODE_TEST_CASE, NODE_TEST_SUITE
 
コンストラクタの概要
ProcessWriter()
           
 
メソッドの概要
 void convert(java.lang.String xmlFilePath, java.io.File writeFile)
          convert
 java.lang.String getRootNodeName()
          Rootのノード取得XsltPathを取得
static void main(java.lang.String[] arg)
           
protected  void writeBody()
          Body部分書き込み
 
クラス jp.ne.mki.wedge.pub.vfunit.reporter.AbstractHtmlReportConverter から継承されたメソッド
createWriter, getCharSet, getImageHtml, getWriteFileName, getWriteFilePath, getXmlFormat, print, println, setCharSet, setWriteFileName, setWriteFilePath, writeDateAndIpAddress, writeProperty, writerHead, writeStyleSheet, writeSummary
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ProcessWriter

public ProcessWriter()
メソッドの詳細

main

public static void main(java.lang.String[] arg)

convert

public void convert(java.lang.String xmlFilePath,
                    java.io.File writeFile)
             throws java.lang.Exception
convert

定義:
インタフェース IReportConverter 内の convert
オーバーライド:
クラス AbstractHtmlReportConverter 内の convert
パラメータ:
xmlFilePath -
writeFile -
例外:
java.lang.Exception

writeBody

protected void writeBody()
                  throws java.lang.Exception
Body部分書き込み

定義:
クラス AbstractHtmlReportConverter 内の writeBody
例外:
java.lang.Exception

getRootNodeName

public java.lang.String getRootNodeName()
Rootのノード取得XsltPathを取得

オーバーライド:
クラス AbstractHtmlReportConverter 内の getRootNodeName
戻り値: