Package 

Class ViewPager2AdapterSizeMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher , org.hamcrest.SelfDescribing

    
    public final class ViewPager2AdapterSizeMatcher
    extends BoundedMatcher<View, ViewPager2>
                        

    Matches ViewPager2 with count of children

    • Method Summary

      Modifier and Type Method Description
      Unit describeTo(Description description)
      • Methods inherited from class androidx.test.espresso.matcher.BoundedMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, toString
      • Methods inherited from class io.github.kakaocup.kakao.common.matchers.ViewPager2AdapterSizeMatcher

        describeMismatch, matches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ViewPager2AdapterSizeMatcher

        ViewPager2AdapterSizeMatcher(Integer size)
        Parameters:
        size - of children count in ViewPager2