Class DiagnosticsAspect
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.utils.DiagnosticsAspect
-
public class DiagnosticsAspect extends Object
TBD
-
-
Constructor Summary
Constructors Constructor Description DiagnosticsAspect()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
aroundSelfTest(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
Object
aroundSelfTest2(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
static void
selfTest()
void
selfTestExecution()
void
selfTestExecution2()
-
-
-
Method Detail
-
selfTest
public static void selfTest()
-
aroundSelfTest
public Object aroundSelfTest(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws Throwable
- Throws:
Throwable
-
aroundSelfTest2
public Object aroundSelfTest2(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws Throwable
- Throws:
Throwable
-
selfTestExecution
public void selfTestExecution()
-
selfTestExecution2
public void selfTestExecution2()
-
-