Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DProvisionExceptionsTest.java41 bind(Tracer.class).to(TracerImpl.class); in testConstructorRuntimeException()
63 bind(Tracer.class).to(TracerImpl.class); in testConstructorCheckedException()
88 bind(Tracer.class).to(TracerImpl.class); in testCustomProvidersRuntimeException()
108 bind(Tracer.class).to(TracerImpl.class); in testProviderMethodRuntimeException()
131 bind(Tracer.class).to(TracerImpl.class); in testProviderMethodCheckedException()
174 private static class TracerImpl implements Tracer { class in ProvisionExceptionsTest
175 @Inject TracerImpl(Exploder explosion) { in TracerImpl() method in ProvisionExceptionsTest.TracerImpl