DeviceJUnit4ClassRunner.LogAnnotation
public
static
class
DeviceJUnit4ClassRunner.LogAnnotation
extends Object
java.lang.Object | |
↳ | com.android.tradefed.testtype.DeviceJUnit4ClassRunner.LogAnnotation |
Fake annotation meant to carry logs to the reporters.
Summary
Fields | |
---|---|
public
|
mLogs
|
Public constructors | |
---|---|
LogAnnotation(
|
Public methods | |
---|---|
Class<? extends Annotation>
|
annotationType()
|
boolean
|
equals(Object other)
|
int
|
hashCode()
|
Fields
mLogs
publicmLogs
Public constructors
LogAnnotation
public LogAnnotation (logs)
Parameters | |
---|---|
logs |
|
Public methods
annotationType
public Class<? extends Annotation> annotationType ()
Returns | |
---|---|
Class<? extends Annotation> |
equals
public boolean equals (Object other)
Parameters | |
---|---|
other |
Object |
Returns | |
---|---|
boolean |
hashCode
public int hashCode ()
Returns | |
---|---|
int |