Class StepAspect

java.lang.Object
ru.testit.aspects.StepAspect

public class StepAspect extends Object
  • Constructor Details

    • StepAspect

      public StepAspect()
  • Method Details

    • withStepAnnotation

      public void withStepAnnotation(Step step)
    • anyMethod

      public void anyMethod()
    • startStep

      public void startStep(org.aspectj.lang.JoinPoint joinPoint, Step step)
    • finishStep

      public void finishStep(Step step)
    • failedStep

      public void failedStep(Throwable throwable, Step step)