Package 

Class LoggingAtomWatcherInterceptor

    • Method Summary

      Modifier and Type Method Description
      Unit intercept(AtomProxy<?> atomProxy, Evaluation evaluation) Writes info to logger.
      • Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.view.AtomWatcherInterceptor

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

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

      • LoggingAtomWatcherInterceptor

        LoggingAtomWatcherInterceptor(UiTestLogger logger)
    • Method Detail

      • intercept

         Unit intercept(AtomProxy<?> atomProxy, Evaluation evaluation)

        Writes info to logger.

        Parameters:
        evaluation - represents the results of a Javascript execution.