public enum

WebAssertions.CheckResultAssertionProto.ResultCase

extends java.lang.Enum<WebAssertions.CheckResultAssertionProto.ResultCase>

 java.lang.Object

↳java.lang.Enum<WebAssertions.CheckResultAssertionProto.ResultCase>

↳androidx.test.espresso.web.proto.assertion.WebAssertions.CheckResultAssertionProto.ResultCase

Summary

Enum Constants
ANYRESULT
DOCUMENTRESULT
RESULT_NOT_SET
SERIALISABLERESULT
Methods
public static WebAssertions.CheckResultAssertionProto.ResultCaseforNumber(int value)

public intgetNumber()

public static WebAssertions.CheckResultAssertionProto.ResultCasevalueOf(int value)

public static WebAssertions.CheckResultAssertionProto.ResultCasevalueOf(java.lang.String name)

public static WebAssertions.CheckResultAssertionProto.ResultCasevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

SERIALISABLERESULT

DOCUMENTRESULT

ANYRESULT

RESULT_NOT_SET

Methods

public static WebAssertions.CheckResultAssertionProto.ResultCase valueOf(java.lang.String name)

Deprecated: Use WebAssertions.CheckResultAssertionProto.ResultCase.forNumber(int) instead.

public static WebAssertions.CheckResultAssertionProto.ResultCase forNumber(int value)

public int getNumber()