public interface

WebAssertions.ResultCheckingWebAssertionProtoOrBuilder

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

Subclasses:

WebAssertions.ResultCheckingWebAssertionProto, WebAssertions.ResultCheckingWebAssertionProto.Builder

Summary

Methods
public com.google.protobuf.AnygetAtom()

.google.protobuf.Any atom = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetResultDescriber()

.google.protobuf.Any resultDescriber = 4;

public com.google.protobuf.AnygetResultMatcher()

.google.protobuf.Any resultMatcher = 3;

public booleanhasAtom()

.google.protobuf.Any atom = 2;

public booleanhasResultDescriber()

.google.protobuf.Any resultDescriber = 4;

public booleanhasResultMatcher()

.google.protobuf.Any resultMatcher = 3;

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 hasAtom()

.google.protobuf.Any atom = 2;

Returns:

Whether the atom field is set.

public com.google.protobuf.Any getAtom()

.google.protobuf.Any atom = 2;

Returns:

The atom.

public boolean hasResultMatcher()

.google.protobuf.Any resultMatcher = 3;

Returns:

Whether the resultMatcher field is set.

public com.google.protobuf.Any getResultMatcher()

.google.protobuf.Any resultMatcher = 3;

Returns:

The resultMatcher.

public boolean hasResultDescriber()

.google.protobuf.Any resultDescriber = 4;

Returns:

Whether the resultDescriber field is set.

public com.google.protobuf.Any getResultDescriber()

.google.protobuf.Any resultDescriber = 4;

Returns:

The resultDescriber.