非 RootSecurityTest 案例

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 根目錄的裝置上執行的測試類別。

如要發揮最佳效能,所有非根測試都應該歸入同一個模組。

摘要

公用建構函式

NonRootSecurityTestCase()

公用方法

void setUpUnroot()

確保在 SecurityTestCase 設定後,裝置並未啟用 ADB 根層級。

公用建構函式

非 RootSecurityTest 案例

public NonRootSecurityTestCase ()

公用方法

setUpUnroot

public void setUpUnroot ()

確保在 SecurityTestCase 設定後,裝置並未啟用 ADB 根層級。

擲回
DeviceNotAvailableException