Class CheckBoxName

    • Constructor Detail

      • CheckBoxName

        public CheckBoxName()
    • Method Detail

      • collectProps

        public void collectProps​(com.deque.axe.android.AxeView axeView,
                                 com.deque.axe.android.wrappers.AxeProps axeProps)
        Description copied from class: AxeRuleViewHierarchy
        Collects Props for each view.
        Overrides:
        collectProps in class ModifiableViewName
        Parameters:
        axeView - to collect props from.
        axeProps - to which props will be stored in.
      • runRule

        public java.lang.String runRule​(com.deque.axe.android.wrappers.AxeProps axeProps)
        Description copied from class: AxeRuleViewHierarchy
        returns AxeStatus.IGNORED if the view is ignored.
        Overrides:
        runRule in class AxeRuleViewHierarchy
        Parameters:
        axeProps - the props.
        Returns:
        IGNORED or empty string.