Searched refs:blueCamaro (Results 1 – 2 of 2) sorted by relevance
103 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local104 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()105 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()106 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()
83 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE); in testAssistedFactoryWithAnnotations() local84 assertEquals(Color.BLUE, blueCamaro.color); in testAssistedFactoryWithAnnotations()85 assertEquals(1984, blueCamaro.modelYear); in testAssistedFactoryWithAnnotations()86 assertEquals(250, blueCamaro.horsePower); in testAssistedFactoryWithAnnotations()