public interface

RootMatchers.WithDecorViewProtoOrBuilder

 androidx.test.espresso.proto.matcher.RootMatchers.WithDecorViewProtoOrBuilder

Subclasses:

RootMatchers.WithDecorViewProto, RootMatchers.WithDecorViewProto.Builder

Summary

Methods
public com.google.protobuf.AnygetDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

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

.google.protobuf.Any decorViewMatcher = 2;

Returns:

Whether the decorViewMatcher field is set.

public com.google.protobuf.Any getDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

Returns:

The decorViewMatcher.