Home
last modified time | relevance | path

Searched refs:cglibFound (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java214 boolean cglibFound = false; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()
217 cglibFound = true; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()
221 assertTrue(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames() local
222 cglibFound = false; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()
227 cglibFound = true; in testNotInterceptedMethodsInInterceptedClassDontAddFrames()
231 assertFalse(Arrays.toString(interceptable.lastElements), cglibFound); in testNotInterceptedMethodsInInterceptedClassDontAddFrames() local