Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DRequireAtInjectOnConstructorsTest.java115 bind(AnotherNoCxtors.class); in testNoCxtors_accumulatesAllErrors()
127 + AnotherNoCxtors.class.getName() + " has no constructors annotated with @Inject", in testNoCxtors_accumulatesAllErrors()
137 bind(AnotherNoCxtors.class); in testNoCxtors_separateOptionsForPrivateModules()
196 private static class AnotherNoCxtors {} class in RequireAtInjectOnConstructorsTest