| java.lang.Object | |
| ↳ | android.support.test.espresso.base.DefaultFailureHandler | 
Espresso's default FailureHandler. If this does not fit your needs, feel free to provide
 your own implementation via Espresso.setFailureHandler(FailureHandler).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Handle the given error in a manner that makes sense to the environment in which the test is
 executed (e.g.
         | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  android.support.test.espresso.FailureHandler | |||||||||||
Handle the given error in a manner that makes sense to the environment in which the test is executed (e.g. take a screenshot, output extra debug info, etc). Upon handling, most handlers will choose to propagate the error.