Interface TestAction

    • Method Detail

      • execute

        void execute​(TestContext context)
        Main execution method doing all work
        Parameters:
        context -
      • getName

        default String getName()
        Name of test action injected as Spring bean name
        Returns:
        name as String
      • isDisabled

        default boolean isDisabled​(TestContext context)
        Checks if this action is disabled.
        Parameters:
        context - the current test context.
        Returns:
        true if action is marked disabled.
      • getActor

        default TestActor getActor()
        Gets the test actor associated with this test action.
        Returns: