Searched refs:ScopedFooImpl (Results 1 – 1 of 1) sorted by relevance
139 bind(Foo.class).to(ScopedFooImpl.class); in testLinkedToScoped()147 ensureFails(injector, ALLOW_BINDING, ScopedFooImpl.class); in testLinkedToScoped()157 bind(Foo.class).to(ScopedFooImpl.class); in testBasicsWithScoped()167 ensureFails(injector, ALLOW_BINDING, ScopedFooImpl.class); in testBasicsWithScoped()177 bind(Foo.class).to(ScopedFooImpl.class); in testFailsIfInjectingScopedDirectlyWhenItIsntBound()183 assertContains(expected.getMessage(), jitFailed(ScopedFooImpl.class)); in testFailsIfInjectingScopedDirectlyWhenItIsntBound()775 private static class ScopedFooImpl implements Foo {} class in JitBindingsTest780 ScopedFooImpl scopedFoo;