Class StepsAspects

java.lang.Object
io.qameta.allure.aspects.StepsAspects

public class StepsAspects extends Object
  • Constructor Details

    • StepsAspects

      public StepsAspects()
  • Method Details

    • withStepAnnotation

      public void withStepAnnotation()
    • anyMethod

      public void anyMethod()
    • stepStart

      public void stepStart(org.aspectj.lang.JoinPoint joinPoint)
    • stepFailed

      public void stepFailed(Throwable e)
    • stepStop

      public void stepStop()
    • setLifecycle

      public static void setLifecycle(AllureLifecycle allure)
      For tests only.
      Parameters:
      allure - allure lifecycle to set.
    • getLifecycle

      public static AllureLifecycle getLifecycle()