Searched refs:redCamaro (Results 1 – 2 of 2) sorted by relevance
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | FactoryProviderTest.java | 121 Camaro redCamaro = (Camaro) carFactory.create(Color.RED); in testAssistedFactoryWithAnnotations() local 122 assertEquals(Color.RED, redCamaro.color); in testAssistedFactoryWithAnnotations() 123 assertEquals(1984, redCamaro.modelYear); in testAssistedFactoryWithAnnotations() 124 assertEquals(250, redCamaro.horsePower); in testAssistedFactoryWithAnnotations() 689 Camaro redCamaro = camaroFactory.create(Color.RED); in testGenericAssistedFactory() local 690 assertEquals(Color.RED, redCamaro.color); in testGenericAssistedFactory() 691 assertEquals(1984, redCamaro.modelYear); in testGenericAssistedFactory() 692 assertEquals(250, redCamaro.horsePower); in testGenericAssistedFactory()
|
D | FactoryProvider2Test.java | 99 Camaro redCamaro = (Camaro) carFactory.create(Color.RED); in testAssistedFactoryWithAnnotations() local 100 assertEquals(Color.RED, redCamaro.color); in testAssistedFactoryWithAnnotations() 101 assertEquals(1984, redCamaro.modelYear); in testAssistedFactoryWithAnnotations() 102 assertEquals(250, redCamaro.horsePower); in testAssistedFactoryWithAnnotations() 1001 Camaro redCamaro = camaroFactory.create(Color.RED); in testGenericAssistedFactory() local 1002 assertEquals(Color.RED, redCamaro.color); in testGenericAssistedFactory() 1003 assertEquals(1984, redCamaro.modelYear); in testGenericAssistedFactory() 1004 assertEquals(250, redCamaro.horsePower); in testGenericAssistedFactory()
|