Searched refs:colorProvider (Results 1 – 2 of 2) sorted by relevance
267 assertEquals(Color.BLACK, flamingbird.colorProvider.get()); in testAssistedProviderInjection()271 assertEquals(Color.RED, flamingbird2.colorProvider.get()); in testAssistedProviderInjection()274 assertEquals(Color.BLACK, flamingbird.colorProvider.get()); in testAssistedProviderInjection()279 private final Provider<Color> colorProvider; field in FactoryProvider2Test.Flamingbird282 … public Flamingbird(Provider<String> modifiersProvider, @Assisted Provider<Color> colorProvider) { in Flamingbird() argument284 this.colorProvider = colorProvider; in Flamingbird()527 @Inject @Assisted Provider<Color> colorProvider; field in FactoryProvider2Test.Subaru541 assertSame(Color.RED, subaru.colorProvider.get()); in testInjectingProviderOfParameter()542 assertSame(Color.RED, subaru.colorProvider.get()); in testInjectingProviderOfParameter()545 assertSame(Color.BLUE, sedan.colorProvider.get()); in testInjectingProviderOfParameter()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...