-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.assertions.BaseAssertions
public interface TabLayoutAssertions implements BaseAssertions
Provides assertions for TabLayout
-
-
Method Summary
Modifier and Type Method Description UnitisTabSelected(Integer index)Checks if TabLayout have selected tab with given index abstract ViewInteractionDelegategetView()abstract Matcher<Root>getRoot()abstract UnitsetRoot(Matcher<Root> root)-
Methods inherited from class io.github.kakaocup.kakao.tabs.TabLayoutAssertions
assert, doesNotExist, hasAnyTag, hasBackgroundColor, hasBackgroundColor, hasDescendant, hasNotDescendant, hasNotSibling, hasSibling, hasTag, inRoot, isClickable, isCompletelyAbove, isCompletelyBelow, isCompletelyDisplayed, isCompletelyLeftOf, isCompletelyRightOf, isDisabled, isDisplayed, isEnabled, isFocusable, isFocused, isGone, isInvisible, isNotClickable, isNotCompletelyDisplayed, isNotDisplayed, isNotFocusable, isNotFocused, isNotSelected, isSelected, isVisible, matches, notMatches -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isTabSelected
Unit isTabSelected(Integer index)
Checks if TabLayout have selected tab with given index
- Parameters:
index- tab index to be checked
-
getView
abstract ViewInteractionDelegate getView()
-
getRoot
abstract Matcher<Root> getRoot()
-
-
-
-