DeviceJUnit4ClassRunner.LogAnnotation

public static class DeviceJUnit4ClassRunner.LogAnnotation
extends Object implements Annotation

java.lang.Object
com.android.tradefed.testtype.DeviceJUnit4ClassRunner.LogAnnotation


ログをレポーターに送信するための偽のアノテーション。

概要

フィールド

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

パブリック コンストラクタ

LogAnnotation(LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

パブリック メソッド

Class<? extends Annotation> annotationType()
boolean equals(Object other)
int hashCode()

フィールド

mLogs

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

パブリック コンストラクタ

LogAnnotation

public LogAnnotation (LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

パラメータ
logs LinkedBlockingQueue

パブリック メソッド

annotationType

public Class<? extends Annotation> annotationType ()

戻り値
Class<? extends Annotation>

等しい

public boolean equals (Object other)

パラメータ
other Object

戻り値
boolean

hashCode

public int hashCode ()

戻り値
int