Summary:
Inherited Constants
| Fields
| Protected Ctors
| Methods
| Inherited Methods
| [Expand All]
Evaluation
public
final
class
Evaluation
extends Object
implements
JSONAble,
Parcelable
java.lang.Object | |
↳ | android.support.test.espresso.web.model.Evaluation |
Represents the results of a Javascript execution.
Summary
Inherited constants |
---|
From
interface
android.os.Parcelable
|
Fields | |
---|---|
public
static
final
Creator<Evaluation> |
CREATOR
|
Protected constructors | |
---|---|
Evaluation(Parcel in)
|
Public methods | |
---|---|
int
|
describeContents()
|
boolean
|
equals(Object o)
|
String
|
getMessage()
|
int
|
getStatus()
|
Object
|
getValue()
|
boolean
|
hasMessage()
|
int
|
hashCode()
|
void
|
readFromParcel(Parcel in)
|
String
|
toJSONString()
|
String
|
toString()
|
void
|
writeToParcel(Parcel dest, int flags)
|
Inherited methods | |
---|---|
From
class
java.lang.Object
| |
From
interface
android.support.test.espresso.web.model.JSONAble
| |
From
interface
android.os.Parcelable
|
Fields
Protected constructors
Public methods
describeContents
int describeContents ()
Returns | |
---|---|
int |
getStatus
int getStatus ()
Returns | |
---|---|
int |
hasMessage
boolean hasMessage ()
Returns | |
---|---|
boolean |
hashCode
int hashCode ()
Returns | |
---|---|
int |