IResumable测试

public interface IResumableTest
implements IRemoteTest

com.android.tradefed.testtype.IResumableTest


该接口已被弃用。
不再需要这个了

一个IRemoteTest ,支持从中断处恢复先前中止的测试运行。

实现应该提供一个IRemoteTest#run(ITestInvocationListener)方法,该方法可以记住先前记录的状态,并在再次调用时从先前运行停止的位置恢复。

概括

公共方法

abstract boolean isResumable ()

公共方法

是可恢复的

public abstract boolean isResumable ()

退货
boolean如果测试当前可恢复,则为true