@Component
public class AspectTestLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STACKTRACE_CURRENT_TESTLEVEL
"current" the key used to store the StackTraceElement where (of current test level) SAFSTestLevelException is thrown out.
|
static java.lang.String |
STACKTRACE_ORIGIN
"origin" the key used to store the StackTraceElement where SAFSTestLevelException is originally thrown out.
|
Constructor and Description |
---|
AspectTestLevel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
aroundCase(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
java.lang.Object |
aroundCycle(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
java.lang.Object |
aroundStep(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
java.lang.Object |
aroundSuite(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
public static final java.lang.String STACKTRACE_ORIGIN
public static final java.lang.String STACKTRACE_CURRENT_TESTLEVEL
public java.lang.Object aroundCycle(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object aroundSuite(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object aroundCase(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object aroundStep(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws java.lang.Throwable
java.lang.Throwable
Copyright © SAS Institute. All Rights Reserved.