DeviceJUnit4ClassRunner.LogAnnotation

public static class DeviceJUnit4ClassRunner.LogAnnotation
extends Object

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


レポーターにログを伝えることを意図した偽のアノテーション。

概要

フィールド

public mLogs

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

LogAnnotation( logs)

パブリック メソッド

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

フィールド

mLogs

public  mLogs

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

ログアノテーション

public LogAnnotation ( logs)

パラメータ
logs

パブリック メソッド

annotationType

public Class<? extends Annotation> annotationType ()

戻り値
Class<? extends Annotation>

equals

public boolean equals (Object other)

パラメータ
other Object

戻り値
boolean

hashCode

public int hashCode ()

戻り値
int