|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectts.tester.function.print.AbstractPrinter
ts.tester.function.print.PrinterGroupBase
ts.tester.function.print.PrinterGroup
public class PrinterGroup
カバレッジ計測結果も出力できるように拡張した試験結果出力グループクラス。
フィールドの概要 |
---|
インタフェース ts.tester.coverage.CoveragePrinter から継承されたフィールド |
---|
NULL |
コンストラクタの概要 | |
---|---|
PrinterGroup()
デフォルトコンストラクタ。 |
メソッドの概要 | |
---|---|
void |
entryClass(com.sun.jdi.ReferenceType refType)
クラスの登録時に呼び出されるメソッド。 |
void |
entryLine(com.sun.jdi.Location location)
行の登録時に呼び出されるメソッド。 |
void |
entryMethod(com.sun.jdi.Method method)
メソッド呼び出し時に呼び出されるメソッド。 |
void |
exitMethod(com.sun.jdi.Method method)
メソッド終了時に呼び出されるメソッド。 |
void |
passLine(com.sun.jdi.Location location)
行の通過時に呼び出されるメソッド。 |
void |
postCoverage(Coverage coverage)
カバレッジ計測の後処理を実行する。 |
void |
prepareCoverage(Coverage coverage)
カバレッジ計測の準備処理を実行する。 |
クラス ts.tester.function.print.PrinterGroupBase から継承されたメソッド |
---|
addPrinter, caseEnded, caseStarted, checkOccured, createCaseResult, messageNoted, printerList, setStopped, testEnded, testStarted |
クラス ts.tester.function.print.AbstractPrinter から継承されたメソッド |
---|
isStopped, testStopped |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PrinterGroup()
メソッドの詳細 |
---|
public void prepareCoverage(Coverage coverage)
CoveragePrinter
内の prepareCoverage
coverage
- カバレッジ計測オブジェクト。
java.lang.AssertionError
- 引数がヌルの場合(デバッグモードのみ)。public void postCoverage(Coverage coverage)
CoveragePrinter
内の postCoverage
coverage
- カバレッジ計測オブジェクト。
java.lang.AssertionError
- 引数がヌルの場合(デバッグモードのみ)。public void entryClass(com.sun.jdi.ReferenceType refType)
CoveragePrinter
内の entryClass
refType
- 登録されたクラス又はインターフェイスを示す
ReferenceType
オブジェクト。
java.lang.AssertionError
- 引数画ヌルの場合(デバッグモードのみ)。public void entryLine(com.sun.jdi.Location location)
CoveragePrinter
内の entryLine
location
- 登録された行を示すLocation
オブジェクト。
java.lang.AssertionError
- 引数がヌルの場合(デバッグモードのみ)。public void entryMethod(com.sun.jdi.Method method)
CoveragePrinter
内の entryMethod
method
- 呼び出されたメソッドを示すMethod
オブジェクト。
java.lang.AssertionError
- 引数がヌルの場合(デバッグモードのみ)。public void exitMethod(com.sun.jdi.Method method)
CoveragePrinter
内の exitMethod
method
- 終了したメソッドを示すMethod
オブジェクト。public void passLine(com.sun.jdi.Location location)
CoveragePrinter
内の passLine
location
- 通過した行を示すLocation
オブジェクト。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |