NonRootSecurityTestCase
public class NonRootSecurityTestCase
extends SecurityTestCase
java.lang.Объект | ||||||
↳ | 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 |
Класс тестов, который выполняется на устройствах, которые не имеют и не должны иметь root-права adb.
Для оптимизации производительности все некорневые тесты следует сгруппировать в один модуль.
Краткое содержание
Общественные конструкторы | |
---|---|
NonRootSecurityTestCase () |
Публичные методы | |
---|---|
void | setUpUnroot () Убедитесь, что корень adb не включен на устройстве после установки SecurityTestCase. |
Общественные конструкторы
NonRootSecurityTestCase
public NonRootSecurityTestCase ()
Публичные методы
setUpUnroot
public void setUpUnroot ()
Убедитесь, что корень adb не включен на устройстве после установки SecurityTestCase.
Броски | |
---|---|
DeviceNotAvailableException |