Home
last modified time | relevance | path

Searched refs:maxMph (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java182 assertEquals(100f, blueCorvette.maxMph, 0.0f); in testFactoryWithMultipleMethods()
187 assertEquals(140f, redCorvette.maxMph, 0.0f); in testFactoryWithMultipleMethods()
194 private float maxMph; field in FactoryProviderTest.Corvette
207 public Corvette(@Assisted Color color, Float maxMph, @Assisted boolean isConvertable) { in Corvette() argument
210 this.maxMph = maxMph; in Corvette()
238 public Beetle(@Assisted Color color, @Assisted boolean isConvertable, float maxMph) { in Beetle() argument
DFactoryProvider2Test.java160 assertEquals(140f, redCorvette.maxMph, 0.0f); in testFactoryUsesInjectedConstructor()
167 private float maxMph; field in FactoryProvider2Test.Corvette
175 public Corvette(@Assisted Color color, Float maxMph, @Assisted boolean isConvertable) { in Corvette() argument
178 this.maxMph = maxMph; in Corvette()