public interface

WebAssertions.CheckResultAssertionProtoOrBuilder

 androidx.test.espresso.web.proto.assertion.WebAssertions.CheckResultAssertionProtoOrBuilder

Subclasses:

WebAssertions.CheckResultAssertionProto, WebAssertions.CheckResultAssertionProto.Builder

Summary

Methods
public com.google.protobuf.AnygetAnyResult()

.google.protobuf.Any anyResult = 4;

public com.google.protobuf.ByteStringgetDocumentResult()

bytes documentResult = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public WebAssertions.CheckResultAssertionProto.ResultCasegetResultCase()

public com.google.protobuf.ByteStringgetSerialisableResult()

bytes serialisableResult = 2;

public com.google.protobuf.AnygetWebAssertion()

.google.protobuf.Any webAssertion = 5;

public booleanhasAnyResult()

.google.protobuf.Any anyResult = 4;

public booleanhasDocumentResult()

bytes documentResult = 3;

public booleanhasSerialisableResult()

bytes serialisableResult = 2;

public booleanhasWebAssertion()

.google.protobuf.Any webAssertion = 5;

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public boolean hasSerialisableResult()

bytes serialisableResult = 2;

Returns:

Whether the serialisableResult field is set.

public com.google.protobuf.ByteString getSerialisableResult()

bytes serialisableResult = 2;

Returns:

The serialisableResult.

public boolean hasDocumentResult()

bytes documentResult = 3;

Returns:

Whether the documentResult field is set.

public com.google.protobuf.ByteString getDocumentResult()

bytes documentResult = 3;

Returns:

The documentResult.

public boolean hasAnyResult()

.google.protobuf.Any anyResult = 4;

Returns:

Whether the anyResult field is set.

public com.google.protobuf.Any getAnyResult()

.google.protobuf.Any anyResult = 4;

Returns:

The anyResult.

public boolean hasWebAssertion()

.google.protobuf.Any webAssertion = 5;

Returns:

Whether the webAssertion field is set.

public com.google.protobuf.Any getWebAssertion()

.google.protobuf.Any webAssertion = 5;

Returns:

The webAssertion.