Package io.qameta.allure.aspects
Class StepsAspects
java.lang.Object
io.qameta.allure.aspects.StepsAspects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic AllureLifecyclestatic voidsetLifecycle(AllureLifecycle allure) For tests only.voidvoidstepStart(org.aspectj.lang.JoinPoint joinPoint) voidstepStop()void
-
Constructor Details
-
StepsAspects
public StepsAspects()
-
-
Method Details
-
withStepAnnotation
public void withStepAnnotation() -
anyMethod
public void anyMethod() -
stepStart
public void stepStart(org.aspectj.lang.JoinPoint joinPoint) -
stepFailed
-
stepStop
public void stepStop() -
setLifecycle
For tests only.- Parameters:
allure- allure lifecycle to set.
-
getLifecycle
-