Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DProvisionExceptionTest.java209 injector.getInstance(MethodWithBindingAnnotation.class); in testBindingAnnotationsOnMethodsAndConstructors()
212 assertContains(expected.getMessage(), MethodWithBindingAnnotation.class.getName() in testBindingAnnotationsOnMethodsAndConstructors()
215 "while locating " + MethodWithBindingAnnotation.class.getName()); in testBindingAnnotationsOnMethodsAndConstructors()
293 static class MethodWithBindingAnnotation { class in ProvisionExceptionTest