NonRootSecurityTestCase
public class NonRootSecurityTestCase
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.NonRootSecurityTestCase |
adb root を持たず、持つべきではないデバイスで実行されるテストのクラス。
パフォーマンスを最適化するには、すべての非ルート テストを同じモジュールにグループ化する必要があります。
概要
パブリック コンストラクター | |
---|---|
NonRootSecurityTestCase () |
公開メソッド | |
---|---|
void | setUpUnroot () SecurityTestCase の設定後、デバイスで adb root が有効になっていないことを確認してください。 |
パブリック コンストラクター
NonRootSecurityTestCase
public NonRootSecurityTestCase ()
公開メソッド
setUpUnroot
public void setUpUnroot ()
SecurityTestCase の設定後、デバイスで adb root が有効になっていないことを確認してください。
スロー | |
---|---|
DeviceNotAvailableException |