-
public interface WebAssertionWatcherInterceptorThe interface for all atom interceptors, used in WebAssertionProxy.
-
-
Method Summary
Modifier and Type Method Description abstract Unitintercept(WebAssertionProxy<?> webAssertionProxy, WebView view, Object result)Called to do some stuff before androidx.test.espresso.web.assertion.WebAssertion.checkResult is actually called. -
-
Method Detail
-
intercept
abstract Unit intercept(WebAssertionProxy<?> webAssertionProxy, WebView view, Object result)
Called to do some stuff before androidx.test.espresso.web.assertion.WebAssertion.checkResult is actually called.
- Parameters:
webAssertionProxy- a proxy-wrapper of androidx.test.espresso.web.assertion.WebAssertion for interceptors calls.view- an Android View, on which androidx.test.espresso.web.assertion.WebAssertion is performed.result- a result of androidx.test.espresso.web.assertion.WebAssertion.
-
-
-
-