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.java103 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local
104 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()
105 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()
106 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()
DFactoryProvider2Test.java83 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local
84 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()
85 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()
86 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()