Searched refs:lastElements (Results 1 – 1 of 1) sorted by relevance
212 assertNull(interceptable.lastElements); in testNotInterceptedMethodsInInterceptedClassDontAddFrames()215 for (int i = 0; i < interceptable.lastElements.length; i++) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()216 if (interceptable.lastElements[i].toString().contains("cglib")) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()221 assertTrue(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames()225 for (int i = 0; i < interceptable.lastElements.length; i++) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()226 if (interceptable.lastElements[i].toString().contains("cglib")) { in testNotInterceptedMethodsInInterceptedClassDontAddFrames()231 assertFalse(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames()238 StackTraceElement[] lastElements; field in MethodInterceptionTest.Interceptable241 lastElements = Thread.currentThread().getStackTrace(); in foo()245 lastElements = Thread.currentThread().getStackTrace(); in bar()[all …]