Searched refs:cglibFound (Results 1 – 1 of 1) sorted by relevance
214 boolean cglibFound = false; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()217 cglibFound = true; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()221 assertTrue(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames() local222 cglibFound = false; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()227 cglibFound = true; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()231 assertFalse(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames() local