Package 

Class LoggingViewActionWatcherInterceptor

    • Method Summary

      Modifier and Type Method Description
      Unit intercept(ViewAction viewAction, View view) Writes info to logger.
      • Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.view.ViewActionWatcherInterceptor

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingViewActionWatcherInterceptor

        LoggingViewActionWatcherInterceptor(UiTestLogger logger)
    • Method Detail

      • intercept

         Unit intercept(ViewAction viewAction, View view)

        Writes info to logger.

        Parameters:
        viewAction - responsible for performing an interaction on the given View element.
        view - an Android View, on which viewAction is performed.