Android APIs
public static class

AmbiguousViewMatcherException.Builder

extends Object
java.lang.Object
   ↳ android.support.test.espresso.AmbiguousViewMatcherException.Builder

Class Overview

Builder for AmbiguousViewMatcherException.

Summary

Public Constructors
AmbiguousViewMatcherException.Builder()
Public Methods
AmbiguousViewMatcherException build()
AmbiguousViewMatcherException.Builder from(AmbiguousViewMatcherException exception)
AmbiguousViewMatcherException.Builder includeViewHierarchy(boolean includeViewHierarchy)
AmbiguousViewMatcherException.Builder withOtherAmbiguousViews(View... others)
AmbiguousViewMatcherException.Builder withRootView(View rootView)
AmbiguousViewMatcherException.Builder withView1(View view1)
AmbiguousViewMatcherException.Builder withView2(View view2)
AmbiguousViewMatcherException.Builder withViewMatcher(Matcher<? super View> viewMatcher)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AmbiguousViewMatcherException.Builder ()

Public Methods

public AmbiguousViewMatcherException.Builder includeViewHierarchy (boolean includeViewHierarchy)

public AmbiguousViewMatcherException.Builder withOtherAmbiguousViews (View... others)

public AmbiguousViewMatcherException.Builder withRootView (View rootView)

public AmbiguousViewMatcherException.Builder withView1 (View view1)

public AmbiguousViewMatcherException.Builder withView2 (View view2)

public AmbiguousViewMatcherException.Builder withViewMatcher (Matcher<? super View> viewMatcher)