Searched refs:NoCxtors (Results 1 – 1 of 1) sorted by relevance
34 bind(NoCxtors.class); in testNoCxtors_explicitBinding()43 + NoCxtors.class.getName() + " has no constructors annotated with @Inject", in testNoCxtors_explicitBinding()56 injector.getInstance(NoCxtors.class); in testNoCxtors_jitBinding()61 + NoCxtors.class.getName() + " has no constructors annotated with @Inject", in testNoCxtors_jitBinding()62 "while locating " + NoCxtors.class.getName()); in testNoCxtors_jitBinding()71 bind(Interface.class).to(NoCxtors.class); in testNoCxtors_implicitBinding()80 + NoCxtors.class.getName() + " has no constructors annotated with @Inject", in testNoCxtors_implicitBinding()94 bind(NoCxtors.class); in testNoCxtors_inheritedByPrivateModules()104 + NoCxtors.class.getName() + " has no constructors annotated with @Inject", in testNoCxtors_inheritedByPrivateModules()114 bind(NoCxtors.class); in testNoCxtors_accumulatesAllErrors()[all …]