RootcanalUtils
public
class
RootcanalUtils
extends TestWatcher
java.lang.Object | ||
↳ | org.junit.rules.TestWatcher | |
↳ | com.android.sts.common.RootcanalUtils |
TestWatcher 可以設定虛擬藍牙 HAL,並在完成後重新啟動裝置。
摘要
巢狀類別 | |
---|---|
class |
RootcanalUtils.HciDevice
這個類別封裝可由 HCI 指令控制的虛擬 HCI 裝置。 |
class |
RootcanalUtils.RootcanalController
|
公用建構函式 | |
---|---|
RootcanalUtils(BaseHostJUnit4Test test)
|
公用方法 | |
---|---|
RootcanalUtils.RootcanalController
|
enableRootcanal()
將目前裝置上的現有 HAL 替換為 RootCanal HAL。 |
void
|
finished(Description d)
|
公用建構函式
RootcanalUtils
public RootcanalUtils (BaseHostJUnit4Test test)
參數 | |
---|---|
test |
BaseHostJUnit4Test |
公用方法
EnableRootcanal
public RootcanalUtils.RootcanalController enableRootcanal ()
將目前裝置上的現有 HAL 替換為 RootCanal HAL。
傳回 | |
---|---|
RootcanalUtils.RootcanalController |
RootcanalController 的執行個體 |
擲回 | |
---|---|
DeviceNotAvailableException |
|
IOException |
|
InterruptedException |
完成
public void finished (Description d)
參數 | |
---|---|
d |
Description |