Searched refs:TracerImpl (Results 1 – 1 of 1) sorted by relevance
41 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 ProvisionExceptionsTest175 @Inject TracerImpl(Exploder explosion) { in TracerImpl() method in ProvisionExceptionsTest.TracerImpl