Package 

Class Interceptor.Configurator

    • Method Summary

      Modifier and Type Method Description
      final Unit onViewInteraction(Function1<Interceptor.Builder<ViewInteraction, ViewAssertion, ViewAction>, Unit> builder) Setups the interceptor for check and perform operations happening through ViewInteraction
      final Unit onDataInteraction(Function1<Interceptor.Builder<DataInteraction, ViewAssertion, ViewAction>, Unit> builder) Setups the interceptor for check and perform operations happening through DataInteraction
      final Unit onWebInteraction(Function1<Interceptor.Builder<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>>, Unit> builder) Setups the interceptor for check and perform operations happening through Web.WebInteraction
      • Methods inherited from class java.lang.Object

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

      • Interceptor.Configurator

        Interceptor.Configurator()
    • Method Detail

      • onViewInteraction

         final Unit onViewInteraction(Function1<Interceptor.Builder<ViewInteraction, ViewAssertion, ViewAction>, Unit> builder)

        Setups the interceptor for check and perform operations happening through ViewInteraction

        Parameters:
        builder - Builder of interceptor for ViewInteraction
      • onDataInteraction

         final Unit onDataInteraction(Function1<Interceptor.Builder<DataInteraction, ViewAssertion, ViewAction>, Unit> builder)

        Setups the interceptor for check and perform operations happening through DataInteraction

        Parameters:
        builder - Builder of interceptor for DataInteraction
      • onWebInteraction

         final Unit onWebInteraction(Function1<Interceptor.Builder<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>>, Unit> builder)

        Setups the interceptor for check and perform operations happening through Web.WebInteraction

        Parameters:
        builder - Builder of interceptor for Web.WebInteraction