ISupportGranularResults
public
interface
ISupportGranularResults
implements
ITestInvocationListener
| com.android.tradefed.result.retry.ISupportGranularResults |
واجهة تحدّد ما إذا كان ITestInvocationListener يتيح تلقّي النتائج التفصيلية أم لا.
ملخّص
الطُرق العامة | |
|---|---|
abstract
boolean
|
supportGranularResults()
تعرِض هذه السمة القيمة "صحيح" إذا كان مقدّم التقارير يتيح نتائج دقيقة، و"خطأ" في الحالات الأخرى. |
الطُرق العامة
supportGranularResults
public abstract boolean supportGranularResults ()
تعرِض هذه السمة القيمة True إذا كان مقدّم التقارير يتيح نتائج دقيقة، والقيمة False في الحالات الأخرى.
| المرتجعات | |
|---|---|
boolean |
|