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.java28 public class BindingAnnotationTest extends TestCase { class
64 "at " + BindingAnnotationTest.class.getName(), in testRequireExactAnnotationsDisablesFallback()
100 "at " + BindingAnnotationTest.class.getName(), in testRequireExactAnnotationsRequireAllOptionals()
123 "at " + BindingAnnotationTest.class.getName(), in testAnnotationWithValueThatDoesntMatch()
DAllTests.java64 suite.addTestSuite(BindingAnnotationTest.class); in suite()