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()
    • anyMethod

      public void anyMethod()
    • startStep

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

      public void finishStep()
    • failedStep

      public void failedStep(Throwable throwable)