Interface TestStep

All Known Subinterfaces:
HookTestStep, PickleStepTestStep

@API(status=STABLE) public interface TestStep
A test step can either represent the execution of a hook or a pickle step. Each step is tied to some glue code.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string representation of the glue code location.
     
  • Method Details

    • getCodeLocation

      String getCodeLocation()
      Returns a string representation of the glue code location.
      Returns:
      a string representation of the glue code location.
    • getId

      UUID getId()