Searched refs:lastElements (Results 1 – 1 of 1) sorted by relevance
255 assertNull(interceptable.lastElements); in testNotInterceptedMethodsInInterceptedClassDontAddFrames()258 for (int i = 0; i < interceptable.lastElements.length; i++) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()259 if (interceptable.lastElements[i].toString().contains("cglib")) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()264 assertTrue(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames()268 for (int i = 0; i < interceptable.lastElements.length; i++) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()269 if (interceptable.lastElements[i].toString().contains("cglib")) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()274 assertFalse(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames()282 StackTraceElement[] lastElements; field in MethodInterceptionTest.Interceptable285 lastElements = Thread.currentThread().getStackTrace(); in foo()290 lastElements = Thread.currentThread().getStackTrace(); in bar()[all …]