|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface CoveragePrinter
カバレッジの計測結果を出力するためのメソッドを宣言したインターフェイス。
フィールドの概要 | |
---|---|
static CoveragePrinter |
NULL
このインターフェイスのヌル・オブジェクト。 |
メソッドの概要 | |
---|---|
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)
カバレッジ計測の準備処理を実行する。 |
フィールドの詳細 |
---|
static final CoveragePrinter NULL
メソッドの詳細 |
---|
void prepareCoverage(Coverage coverage)
coverage
- カバレッジ計測オブジェクト。void postCoverage(Coverage coverage)
coverage
- カバレッジ計測オブジェクト。void entryClass(com.sun.jdi.ReferenceType refType)
refType
- 登録されたクラス又はインターフェイスを示す
ReferenceType
オブジェクト。void entryLine(com.sun.jdi.Location location)
location
- 登録された行を示すLocation
オブジェクト。void entryMethod(com.sun.jdi.Method method)
method
- 呼び出されたメソッドを示すMethod
オブジェクト。void exitMethod(com.sun.jdi.Method method)
method
- 終了したメソッドを示すMethod
オブジェクト。void passLine(com.sun.jdi.Location location)
location
- 通過した行を示すLocation
オブジェクト。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |