public final class

Evaluation

extends Object
implements JSONAble Parcelable
java.lang.Object
   ↳ androidx.test.espresso.web.model.Evaluation

Class Overview

Represents the results of a Javascript execution.

Summary

[Expand]
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)
[Expand]
Inherited Methods
From class java.lang.Object
From interface androidx.test.espresso.web.model.JSONAble
From interface android.os.Parcelable

Fields

public static final Creator<Evaluation> CREATOR

Protected Constructors

protected Evaluation (Parcel in)

Parameters
in Parcel

Public Methods

public int describeContents ()

Returns
int

public boolean equals (Object o)

Parameters
o Object
Returns
boolean

public String getMessage ()

Returns
String

public int getStatus ()

Returns
int

public Object getValue ()

Returns
Object

public boolean hasMessage ()

Returns
boolean

public int hashCode ()

Returns
int

public void readFromParcel (Parcel in)

Parameters
in Parcel

public String toJSONString ()

Returns
String

public String toString ()

Returns
String

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int