Searched refs:factory4 (Results 1 – 1 of 1) sorted by relevance
1210 Public.Factory factory4 = injector.getInstance(Public.Factory.class); in testGeneratedDefaultMethodsForwardCorrectly() local1211 factory4.create("foo"); in testGeneratedDefaultMethodsForwardCorrectly()1212 factory4.create(new StringBuilder("foo")); in testGeneratedDefaultMethodsForwardCorrectly()1213 AbstractAssisted.Factory<Public, String> factory4Abstract = factory4; in testGeneratedDefaultMethodsForwardCorrectly()