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

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

public class HtmlConverter_Table
extends AbstractHtmlReportConverter

Table形式のHTMLを出力するConverter

作成者:
kanbayashi

フィールドの概要
 
クラス jp.ne.mki.wedge.pub.vfunit.reporter.AbstractHtmlReportConverter から継承されたフィールド
charSet, errorCount, EXCEPTION_EXIT, failCount, FAILURE_EXIT, readFilePath, root, runCount, SUCCESS_EXIT, writer
 
インタフェース jp.ne.mki.wedge.pub.vfunit.reporter.IReportConverter から継承されたフィールド
NODE_PROCESS, NODE_TEST, NODE_TEST_CASE, NODE_TEST_SUITE
 
コンストラクタの概要
HtmlConverter_Table()
           
 
メソッドの概要
 java.lang.String getTitle()
          ページタイトルを取得
static void main(java.lang.String[] args)
           
protected  void parseChildNode(org.w3c.dom.NodeList list, java.lang.String name)
          子要素を解析
protected  void writeBody()
          Body部分書き込み
 
クラス jp.ne.mki.wedge.pub.vfunit.reporter.AbstractHtmlReportConverter から継承されたメソッド
convert, createWriter, getCharSet, getImageHtml, getReadFilePath, getRootNodeName, getXmlFormat, print, println, setCharSet, writeDateAndIpAddress, writeProperty, writerHead, writeStyleSheet, writeSummary
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HtmlConverter_Table

public HtmlConverter_Table()
メソッドの詳細

main

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

getTitle

public java.lang.String getTitle()
ページタイトルを取得

定義:
クラス AbstractHtmlReportConverter 内の getTitle
戻り値:

writeBody

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

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

parseChildNode

protected void parseChildNode(org.w3c.dom.NodeList list,
                              java.lang.String name)
                       throws java.lang.Exception
子要素を解析

パラメータ:
list -
name -
例外:
java.lang.Exception