-
- All Implemented Interfaces:
-
org.hamcrest.Matcher,org.hamcrest.SelfDescribing
public final class RatingBarMatcher extends BoundedMatcher<View, RatingBar>
Matcher of value rating of given matcher
-
-
Constructor Summary
Constructors Constructor Description RatingBarMatcher(Float value)
-
Method Summary
Modifier and Type Method Description UnitdescribeTo(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.RatingBarMatcher
describeMismatch, matches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RatingBarMatcher
RatingBarMatcher(Float value)
- Parameters:
value- of rating that matched the view which is RatingBar
-
-
Method Detail
-
describeTo
Unit describeTo(Description description)
-
-
-
-