public final class

Evaluation

extends Object
implements JSONAble
java.lang.Object
   ↳ android.support.test.espresso.web.model.Evaluation

Class Overview

Represents the results of a Javascript execution.

Summary

Public Methods
boolean equals(Object o)
String getMessage()
int getStatus()
Object getValue()
boolean hasMessage()
int hashCode()
String toJSONString()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.support.test.espresso.web.model.JSONAble

Public Methods

public boolean equals (Object o)

public String getMessage ()

public int getStatus ()

public Object getValue ()

public boolean hasMessage ()

public int hashCode ()

public String toJSONString ()

public String toString ()