Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProvider2Test.java48 private enum Color { BLUE, GREEN, RED, GRAY, BLACK, ORANGE, PINK } enumConstant
1038 Segway pink = (Segway)carFactory.create(Color.PINK); in testInjectingAndUsingInjector()
1039 assertSame(Color.PINK, pink.getColor()); in testInjectingAndUsingInjector()
1040 assertSame(Color.PINK, pink.getColor()); in testInjectingAndUsingInjector()
DFactoryProviderTest.java52 private enum Color { BLUE, GREEN, RED, GRAY, BLACK, ORANGE, PINK } enumConstant