ドライランナー
public
final
class
DryRunner
extends Runner
java.lang.Object | ||
↳ | org.junit.runner.Runner | |
↳ | com.android.tradefed.lite.DryRunner |
テストを実際に実行するのではなく、透過的にドライランします。
どのテストを偽造するかを知るには、Description オブジェクトが必要です。
概要
パブリック コンストラクタ | |
---|---|
DryRunner(Description desc)
Description オブジェクトを使用して新しい DryRunner を作成します。 |
パブリック メソッド | |
---|---|
Description
|
getDescription()
|
void
|
run(RunNotifier notifier)
|
パブリック コンストラクタ
ドライランナー
public DryRunner (Description desc)
Description オブジェクトを使用して新しい DryRunner を作成します。
パブリック メソッド
getDescription
public Description getDescription ()
戻り値 | |
---|---|
Description |
ホームラン
public void run (RunNotifier notifier)
パラメータ | |
---|---|
notifier |
RunNotifier |