Class LoggingAspect


  • public class LoggingAspect
    extends Object
    Logs execution of JGiven step methods.
    • Constructor Detail

      • LoggingAspect

        public LoggingAspect()
    • Method Detail

      • aroundStepMethod

        public Object aroundStepMethod​(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
                                throws Throwable
        Logs step execution.
        Parameters:
        thisJoinPoint - advised join point
        Returns:
        forwarded from advised method
        Throws:
        Throwable - re-thrown as received advised method
        See Also:
        stepMethod()
      • stepMethod

        public void stepMethod()
        Matches the execution of any method returning SELF (a subclass of StageBase.