Class EditTextValue

    • Constructor Detail

      • EditTextValue

        public EditTextValue()
    • Method Detail

      • collectProps

        public void collectProps​(com.deque.axe.android.AxeView axeView,
                                 com.deque.axe.android.wrappers.AxeProps props)
        Description copied from class: AxeRuleViewHierarchy
        Collects Props for each view.
        Overrides:
        collectProps in class AxeRuleViewHierarchy
        Parameters:
        axeView - to collect props from.
        props - 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.