Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DBindingAnnotationTest.java31 public class BindingAnnotationTest extends TestCase { class
61 "at " + BindingAnnotationTest.class.getName(), in testRequireExactAnnotationsDisablesFallback()
91 "at " + BindingAnnotationTest.class.getName(), in testRequireExactAnnotationsRequireAllOptionals()
110 "at " + BindingAnnotationTest.class.getName(), in testAnnotationWithValueThatDoesntMatch()
DAllTests.java69 suite.addTestSuite(BindingAnnotationTest.class); in suite()