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 |