Package ru.testit.aspects
Class StepAspect
java.lang.Object
ru.testit.aspects.StepAspect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfailedStep(Throwable throwable) voidvoidstartStep(org.aspectj.lang.JoinPoint joinPoint) void
-
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
-