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

CREATOR

Creator<Evaluation> CREATOR

Protected constructors

Evaluation

Evaluation (Parcel in)

Parameters
in Parcel

Public methods

describeContents

int describeContents ()

Returns
int

equals

boolean equals (Object o)

Parameters
o Object

Returns
boolean

getMessage

String getMessage ()

Returns
String

getStatus

int getStatus ()

Returns
int

getValue

Object getValue ()

Returns
Object

hasMessage

boolean hasMessage ()

Returns
boolean

hashCode

int hashCode ()

Returns
int

readFromParcel

void readFromParcel (Parcel in)

Parameters
in Parcel

toJSONString

String toJSONString ()

Returns
String

toString

String toString ()

Returns
String

writeToParcel

void writeToParcel (Parcel dest, 
                int flags)

Parameters
dest Parcel

flags int