Package 

Interface ChipGroupAssertions

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

    
    public interface ChipGroupAssertions
     implements BaseAssertions
                        

    Provides assertions for a ChipGroup

    • Method Summary

      Modifier and Type Method Description
      Unit hasChip(String text) Check for Chip with text
      Unit hasChip(Matcher<String> matcher) Check for Chip with matcher
      Unit hasChip(@IdRes() Integer id) Check if ChipGroup has a Chip with id
      Unit isChipSelected(String text) Check if Chip with matching text in ChipGroup is selected
      Unit isChipSelected(Matcher<String> matcher) Check if Chip with matching text in ChipGroup is selected
      Unit isChipSelected(@IdRes() Integer id) Check if Chip with matching id in ChipGroup is selected
      Unit hasSize(Integer size) Check if ChipGroup has size number of chips
      abstract ViewInteractionDelegate getView()
      abstract Matcher<Root> getRoot()
      abstract Unit setRoot(Matcher<Root> root)
      • Methods inherited from class io.github.kakaocup.kakao.chipgroup.ChipGroupAssertions

        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