IResumableTest

public interface IResumableTest
implements IRemoteTest

com.android.tradefed.testtype.IResumableTest


不推薦使用此接口。
不再需要這個了

一個IRemoteTest ,它支持從上次中斷的地方繼續執行先前中止的測試。

實現應提供一個IRemoteTest#run(ITestInvocationListener)方法,該方法可以記住以前的記錄狀態,並在再次調用之前從先前的運行中斷的地方繼續。

概括

公開方法

abstract boolean isResumable ()

公開方法

isResumable

public abstract boolean isResumable ()

退貨
boolean如果測試當前可恢復,則為true