Accessibility-Test-Framework-for-Android
Accessibility-Test-Framework-for-Android copied to clipboard
Make AccessibilityViewCheckException an EspressoException
Let's improve debuggability with this minor change.
Espresso's default failure handler catches EspressoException and changes its stacktrace to the test runner's thread. As a result:
| Stacktrace before | Stacktrace after |
|---|---|