Interface MutableExecutionState

    • Method Detail

      • setCurrentTestStep

        void setCurrentTestStep​(java.util.Optional<TestStep> testStep)
        Sets the current test step to the current thread. This method should never be called from test code and is intended for tapir internal usage.
        Parameters:
        testStep - current TestStep
        Since:
        2.0.0
        See Also:
        StepStartedStateUpdater, StepFinishedStateUpdater