Class ActiveViewName

    • Constructor Detail

      • ActiveViewName

        public ActiveViewName()
    • Method Detail

      • isApplicable

        public boolean isApplicable​(com.deque.axe.android.wrappers.AxeProps axeProps)
        Overrides:
        isApplicable in class ActiveView
      • 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 ActiveView
        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.