public class StepsAspects
extends java.lang.Object
| Constructor and Description |
|---|
StepsAspects() |
| Modifier and Type | Method and Description |
|---|---|
void |
anyMethod() |
static AllureLifecycle |
getLifecycle() |
static void |
setLifecycle(AllureLifecycle allure)
For tests only.
|
void |
stepFailed(java.lang.Throwable e) |
void |
stepStart(org.aspectj.lang.JoinPoint joinPoint) |
void |
stepStop() |
void |
withStepAnnotation() |
public void withStepAnnotation()
public void anyMethod()
public void stepStart(org.aspectj.lang.JoinPoint joinPoint)
public void stepFailed(java.lang.Throwable e)
public void stepStop()
public static void setLifecycle(AllureLifecycle allure)
allure - allure lifecycle to set.public static AllureLifecycle getLifecycle()