ISupportGranularResults
public
interface
ISupportGranularResults
implements
ITestInvocationListener
| com.android.tradefed.result.retry.ISupportGranularResults |
Interface specifying whether a ITestInvocationListener supports receiving the granular
results or not.
Summary
Public methods | |
|---|---|
abstract
boolean
|
supportGranularResults()
Returns True if the reporter support granular results, false otherwise. |
Public methods
supportGranularResults
public abstract boolean supportGranularResults ()
Returns True if the reporter support granular results, false otherwise.
| Returns | |
|---|---|
boolean |
|