Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java116 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local
117 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()
118 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()
119 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()
DFactoryProvider2Test.java94 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local
95 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()
96 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()
97 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()