public enum

Tapper.Status

extends java.lang.Enum<Tapper.Status>

 java.lang.Object

↳java.lang.Enum<Tapper.Status>

↳androidx.test.espresso.action.Tapper.Status

Overview

The result of the tap.

Summary

Enum Constants
FAILUREInjecting the event was a complete failure.
SUCCESSThe Tap action completed successfully.
WARNINGThe action seemed to have completed - but may have been misinterpreted by the application.
Methods
public static Tapper.StatusvalueOf(java.lang.String name)

public static Tapper.Statusvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

SUCCESS

The Tap action completed successfully.

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).

FAILURE

Injecting the event was a complete failure.

Methods

public static Tapper.Status values()

public static Tapper.Status valueOf(java.lang.String name)