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