Class StepAspect


  • public class StepAspect
    extends java.lang.Object
    • Constructor Detail

      • StepAspect

        public StepAspect()
    • Method Detail

      • withStepAnnotation

        public void withStepAnnotation​(Step step)
      • anyMethod

        public void anyMethod()
      • startNestedStep

        public void startNestedStep​(org.aspectj.lang.JoinPoint joinPoint,
                                    Step step)
      • finishNestedStep

        public void finishNestedStep​(Step step)
      • failedNestedStep

        public void failedNestedStep​(Step step,
                                     java.lang.Throwable throwable)