| java.lang.Object | ||
| ↳ | java.lang.Enum<androidx.test.espresso.action.Tapper.Status> | |
| ↳ | androidx.test.espresso.action.Tapper.Status | |
The result of the tap.
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
|
| |||||||||||
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).