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