ISupportGranularResults
public
interface
ISupportGranularResults
implements
ITestInvocationListener
| com.android.tradefed.result.retry.ISupportGranularResults |
用于指定 ITestInvocationListener 是否支持接收精细结果的接口。
摘要
公共方法 | |
|---|---|
abstract
boolean
|
supportGranularResults()
如果报告程序支持精细结果,则返回 True;否则返回 False。 |
公共方法
supportGranularResults
public abstract boolean supportGranularResults ()
如果报告程序支持精细结果,则返回 True;否则返回 False。
| 返回 | |
|---|---|
boolean |
|