public class StepAspect
extends java.lang.Object
| Constructor and Description |
|---|
StepAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
anyMethod() |
void |
failedNestedStep(Step step,
java.lang.Throwable throwable) |
void |
finishNestedStep(Step step) |
void |
startNestedStep(org.aspectj.lang.JoinPoint joinPoint,
Step step) |
void |
withStepAnnotation(Step step) |
public void withStepAnnotation(Step step)
public void anyMethod()
public void startNestedStep(org.aspectj.lang.JoinPoint joinPoint,
Step step)
public void finishNestedStep(Step step)
public void failedNestedStep(Step step, java.lang.Throwable throwable)