java.lang.Object | |
↳ | android.support.test.espresso.web.assertion.WebAssertion<E> |
Similar to a ViewAssertion - a WebAssertion allows users to check the results of an atom evaluated against the provided webview.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Extension point to validate a view and atom result on the main thread.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Extension point to validate a view and atom result on the main thread.
view | the WebView that the Atom was evaluated on. |
---|---|
result | the result of atom evaluation. |