Package 

Class ActionsPack

    • Constructor Summary

      Constructors 
      Constructor Description
      ActionsPack(T element)
    • Method Summary

      Modifier and Type Method Description
      final ComplexComposeBranchBuilder<T> or(Function1<T, Unit> action) Builds the lambda to add to actions that invokes the given action on the interacted view of type T.
      • Methods inherited from class com.kaspersky.kaspresso.compose.pack.ActionsPack

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

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

      • ActionsPack

        ActionsPack(T element)
    • Method Detail

      • or

         final ComplexComposeBranchBuilder<T> or(Function1<T, Unit> action)

        Builds the lambda to add to actions that invokes the given action on the interacted view of type T.

        Parameters:
        action - actions or assertions on the interacted view.