Interface AccessibilityChecker


  • @Deprecated
    @ExtensionPoint
    public interface AccessibilityChecker
    Deprecated.
    Use Espresso for view interactions.
    Extension point for providing access to the old Accessibility Test Framework. Will be removed after Robolectric 4.4.
    • Method Detail

      • checkViewAccessibility

        @Deprecated
        void checkViewAccessibility​(java.lang.Object realView)
        Deprecated.
        Use Espresso for view interactions.