Package com.epam.reportportal.aspect
Class StepAspect
- java.lang.Object
-
- com.epam.reportportal.aspect.StepAspect
-
public class StepAspect extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StepAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanyMethod()voidfailedNestedStep(Step step, java.lang.Throwable throwable)voidfinishNestedStep(Step step)voidstartNestedStep(org.aspectj.lang.JoinPoint joinPoint, Step step)voidwithStepAnnotation(Step step)
-
-
-
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)
-
-