IdlingPolicy
  public
  
  final
  
  class
  IdlingPolicy
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.support.test.espresso.IdlingPolicy | 
Allows users to control idling idleTimeouts in Espresso.
Summary
| Public methods | |
|---|---|
| 
        
        
        
        
        
        long | 
      getIdleTimeout()
      The amount of time the policy allows a resource to be non-idle. | 
| 
        
        
        
        
        
        TimeUnit | 
      getIdleTimeoutUnit()
      The unit for  | 
| 
        
        
        
        
        
        void | 
      handleTimeout(List<String> busyResources, String message)
      Invoked when the idle idleTimeout has been exceeded. | 
| Inherited methods | |
|---|---|
| 
  
    java.lang.Object
  
 | |
Public methods
getIdleTimeout
long getIdleTimeout ()
The amount of time the policy allows a resource to be non-idle.
| Returns | |
|---|---|
| long | |
- Interfaces
- Classes
- Exceptions
