Interface TestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>>

All Superinterfaces:
TestActionBuilder<T>

public interface TestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>> extends TestActionBuilder<T>
Since:
2.3
Author:
Christoph Deppisch
  • Method Details

    • actions

      S actions(TestAction... actions)
      Adds test actions to the action container.
      Returns:
    • actions

      S actions(TestActionBuilder<?>... actions)
      Adds test actions to the action container.
      Returns:
    • getActions

      List<TestActionBuilder<?>> getActions()
      Get the list of test actions for this container.
      Returns: