| java.lang.Object | |
| ↳ | android.support.test.espresso.util.HumanReadables | 
Text converters for various Android objects.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Transforms an arbitrary view into a string with (hopefully) enough debug info.
         | |||||||||||
| 
          Prints out an error message feature the view hierarchy starting at the rootView.
         | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Transforms an arbitrary view into a string with (hopefully) enough debug info.
| v | nullable view | 
|---|
Prints out an error message feature the view hierarchy starting at the rootView.
| rootView | the root of the hierarchy tree to print out. | 
|---|---|
| problemViews | list of the views that you would like to point out are causing the error message or null, if you want to skip this feature. | 
| errorHeader | the header of the error message (should contain the description of why the error is happening). | 
| problemViewSuffix | the message to append to the view description in the tree printout. Required if problemViews is supplied. Otherwise, null is acceptable. |