Android APIs
public static final enum

Tapper.Status

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.support.test.espresso.action.Tapper.Status

Class Overview

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)
final static Status[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Tapper.Status FAILURE

Injecting the event was a complete failure.

public static final Tapper.Status SUCCESS

The Tap action completed successfully.

public static final 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

public static Tapper.Status valueOf (String name)

public static final Status[] values ()