Searched refs:blueCamaro (Results 1 – 2 of 2) sorted by relevance
116 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local117 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()118 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()119 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()
94 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local95 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()96 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()97 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()