Searched refs:redCamaro (Results 1 – 2 of 2) sorted by relevance
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | FactoryProviderTest.java | 108 Camaro redCamaro = (Camaro) carFactory.create(Color.RED); in testAssistedFactoryWithAnnotations() local 109 assertEquals(Color.RED, redCamaro.color); in testAssistedFactoryWithAnnotations() 110 assertEquals(1984, redCamaro.modelYear); in testAssistedFactoryWithAnnotations() 111 assertEquals(250, redCamaro.horsePower); in testAssistedFactoryWithAnnotations() 625 Camaro redCamaro = camaroFactory.create(Color.RED); in testGenericAssistedFactory() local 626 assertEquals(Color.RED, redCamaro.color); in testGenericAssistedFactory() 627 assertEquals(1984, redCamaro.modelYear); in testGenericAssistedFactory() 628 assertEquals(250, redCamaro.horsePower); in testGenericAssistedFactory()
|
D | FactoryProvider2Test.java | 88 Camaro redCamaro = (Camaro) carFactory.create(Color.RED); in testAssistedFactoryWithAnnotations() local 89 assertEquals(Color.RED, redCamaro.color); in testAssistedFactoryWithAnnotations() 90 assertEquals(1984, redCamaro.modelYear); in testAssistedFactoryWithAnnotations() 91 assertEquals(250, redCamaro.horsePower); in testAssistedFactoryWithAnnotations() 866 Camaro redCamaro = camaroFactory.create(Color.RED); in testGenericAssistedFactory() local 867 assertEquals(Color.RED, redCamaro.color); in testGenericAssistedFactory() 868 assertEquals(1984, redCamaro.modelYear); in testGenericAssistedFactory() 869 assertEquals(250, redCamaro.horsePower); in testGenericAssistedFactory()
|