Package 

Interface ToolbarViewAssertions

  • All Implemented Interfaces:
    io.github.kakaocup.kakao.common.assertions.BaseAssertions

    
    public interface ToolbarViewAssertions
     implements BaseAssertions
                        

    Provides assertion for Toolbar

    • Method Summary

      Modifier and Type Method Description
      Unit hasTitle(String title) Checks if Toolbar has title
      Unit hasTitle(Integer resId) Checks if Toolbar has title
      Unit hasSubtitle(String subtitle) Checks if Toolbar has subtitle
      Unit hasSubtitle(Integer resId) Checks if Toolbar has subtitle
      Unit hasHomeAsUpIndicatorDrawable(@DrawableRes() Integer resId) Checks if Toolbar has navigation icon
      Unit hasHomeAsUpIndicatorDrawable(Drawable drawable) Checks if Toolbar has navigation icon
      abstract ViewInteractionDelegate getView()
      abstract Matcher<Root> getRoot()
      abstract Unit setRoot(Matcher<Root> root)
      • Methods inherited from class io.github.kakaocup.kakao.toolbar.ToolbarViewAssertions

        assert, doesNotExist, hasAnyTag, hasBackgroundColor, hasBackgroundColor, hasDescendant, hasNotDescendant, hasNotSibling, hasSibling, hasTag, inRoot, isActivated, isAutoHandwritingEnabled, isClickable, isCompletelyAbove, isCompletelyBelow, isCompletelyDisplayed, isCompletelyLeftOf, isCompletelyRightOf, isDirty, isDisabled, isDisplayed, isEnabled, isFocusable, isFocused, isForceDarkAllowed, isGone, isHapticFeedbackEnabled, isHovered, 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