Tapper.Status
  public
  static
  final
  
  enum
  Tapper.Status
  
  
  
  
    extends Enum<Tapper.Status>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.support.test.espresso.action.Tapper.Status> | |
| ↳ | android.support.test.espresso.action.Tapper.Status | |
The result of the tap.
Summary
Enum values | |
|---|---|
Tapper.Status  | 
    
      FAILURE
      Injecting the event was a complete failure.  | 
  
Tapper.Status  | 
    
      SUCCESS
      The Tap action completed successfully.  | 
  
Tapper.Status  | 
    
      WARNING
      The action seemed to have completed - but may have been misinterpreted by the application.  | 
  
Public methods | |
|---|---|
        
        
        static
        
        
        Tapper.Status
     | 
  
    
      
      valueOf(String name)
      
      
     | 
  
        
        
        static
        final
        
        Status[]
     | 
  
    
      
      values()
      
      
     | 
  
Inherited methods | |
|---|---|
  
    
  
    java.lang.Enum
  
 | |
  
    
  
    java.lang.Object
  
 | |
  
    
  
    java.lang.Comparable
  
 | |
Enum values
WARNING
Tapper.Status WARNING
The action seemed to have completed - but may have been misinterpreted by the application. (For Example a TAP became a LONG PRESS by measuring its time between the down and up events).
Public methods
Interfaces
Classes
- AdapterDataLoaderAction
 - AdapterViewProtocol.AdaptedData
 - AdapterViewProtocol.AdaptedData.Builder
 - AdapterViewProtocols
 - CloseKeyboardAction
 - EditorAction
 - EspressoKey
 - EspressoKey.Builder
 - GeneralClickAction
 - GeneralSwipeAction
 - KeyEventAction
 - MotionEvents
 - MotionEvents.DownResultHolder
 - OpenLinkAction
 - PressBackAction
 - RepeatActionUntilViewState
 - ReplaceTextAction
 - ScrollToAction
 - TypeTextAction
 - ViewActions
 
Enums
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.