ルートセキュリティテストケース
public class RootSecurityTestCase
extends SecurityTestCase
java.lang.Object | ||||||
↳ | com.android.tradefed.testtype.junit4.BaseHostJUnit4Test | |||||
↳ | com.android.compatibility.common.tradefed.testtype.BusinessLogicHostTestBase | |||||
↳ | com.android.compatibility.common.tradefed.testtype.ExtraBusinessLogicHostTestBase | |||||
↳ | com.android.sts.common.tradefed.testtype.StsExtraBusinessLogicHostTestBase | |||||
↳ | com.android.sts.common.tradefed.testtype.SecurityTestCase | |||||
↳ | com.android.sts.common.tradefed.testtype.RootSecurityTestCase |
実行するデバイスのルートを必要とするテストのクラス。
パフォーマンスを最適化するには、実行に root が必要なすべてのテストを同じモジュールにグループ化する必要があります。
概要
パブリック コンストラクター | |
---|---|
RootSecurityTestCase () |
公開メソッド | |
---|---|
void | setUpRoot () SecurityTestCase のセットアップ後にルートを有効にする |
パブリック コンストラクター
ルートセキュリティテストケース
public RootSecurityTestCase ()
公開メソッド
setUpRoot
public void setUpRoot ()
SecurityTestCase のセットアップ後にルートを有効にする
スロー | |
---|---|
DeviceNotAvailableException |