PushFileInvoker
public
class
PushFileInvoker
extends TestFilePushSetup
| java.lang.Object | |||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
| ↳ | com.android.tradefed.targetprep.TestFilePushSetup | ||
| ↳ | com.android.tradefed.targetprep.PushFileInvoker | ||
このクラスは非推奨です。
代わりに PushFilePreparer を使用してください
テスト zip からデバイスにファイルを push し、実行可能としてマークし、デバイスでバイナリまたはスクリプトを呼び出す ITargetPreparer。TestFilePushSetup もご覧ください。
概要
パブリック コンストラクタ | |
|---|---|
PushFileInvoker()
|
|
パブリック メソッド | |
|---|---|
void
|
setUp(TestInformation testInfo)
|
パブリック コンストラクタ
PushFileInvoker
public PushFileInvoker ()
パブリック メソッド
setUp
public void setUp (TestInformation testInfo)
| パラメータ | |
|---|---|
testInfo |
TestInformation |
| 例外 | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|