Skip to content

Commit 685b23e

Browse files
committed
Rename ScrollViewsExtension to ScrollViewsAction
1 parent e761da9 commit 685b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testLib/src/main/java/me/ycdev/android/lib/test/ui/ScrollViewsExtension.kt renamed to testLib/src/main/java/me/ycdev/android/lib/test/ui/ScrollViewsAction.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import org.hamcrest.CoreMatchers.allOf
1414
import org.hamcrest.CoreMatchers.anyOf
1515
import org.hamcrest.Matcher
1616

17-
class ScrollViewsExtension(scrollTo: ViewAction = ViewActions.scrollTo()) : ViewAction by scrollTo {
17+
class ScrollViewsAction(scrollTo: ViewAction = ViewActions.scrollTo()) : ViewAction by scrollTo {
1818
override fun getConstraints(): Matcher<View> {
1919
return allOf(
2020
withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE),

0 commit comments

Comments
 (0)