Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java77 bind(Interceptable.class); in testSharedProxyClasses()
81 Interceptable nullFoosOne = childOne.getInstance(Interceptable.class); in testSharedProxyClasses()
87 bind(Interceptable.class); in testSharedProxyClasses()
91 Interceptable nullFoosTwo = childTwo.getInstance(Interceptable.class); in testSharedProxyClasses()
103 Interceptable separateNullFoos = injector2.getInstance(Interceptable.class); in testSharedProxyClasses()
123 Interceptable interceptable = injector.getInstance(Interceptable.class); in testGetThis()
162 = (ConstructorBinding<?>) injector.getBinding(Interceptable.class); in testSpiAccessToInterceptors()
163 Method barMethod = Interceptable.class.getMethod("bar"); in testSpiAccessToInterceptors()
164 Method fooMethod = Interceptable.class.getMethod("foo"); in testSpiAccessToInterceptors()
175 injector.getInstance(Interceptable.class).foo(); in testSpiAccessToInterceptors()
[all …]