Searched refs:MethodWithBindingAnnotation (Results 1 – 1 of 1) sorted by relevance
209 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