public
final
class
Evaluation
extends Object
implements
JSONAble
java.lang.Object | |
↳ | android.support.test.espresso.web.model.Evaluation |
Represents the results of a Javascript execution.
Public methods | |
---|---|
boolean
|
equals(Object o)
|
String
|
getMessage()
|
int
|
getStatus()
|
Object
|
getValue()
|
boolean
|
hasMessage()
|
int
|
hashCode()
|
String
|
toJSONString()
|
String
|
toString()
|
Inherited methods | |
---|---|
![]()
java.lang.Object
| |
![]()
android.support.test.espresso.web.model.JSONAble
|
boolean equals (Object o)
Parameters | |
---|---|
o |
Object
|
Returns | |
---|---|
boolean |
String getMessage ()
Returns | |
---|---|
String |
int getStatus ()
Returns | |
---|---|
int |
Object getValue ()
Returns | |
---|---|
Object |
boolean hasMessage ()
Returns | |
---|---|
boolean |
int hashCode ()
Returns | |
---|---|
int |
String toJSONString ()
Returns | |
---|---|
String |
String toString ()
Returns | |
---|---|
String |