Home | History | Annotate | Download | only in collect

Lines Matching refs:CHILE

55   private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
73 Helpers.mapEntry(Country.CHILE, Currency.PESO),
131 Currency.PESO, Country.CHILE,
194 Currency.PESO, Country.CHILE,
203 .has().exactly(Country.CANADA, Country.SWITZERLAND, Country.CHILE).inOrder();
206 .has().exactly(Country.CANADA, Country.CHILE, Country.SWITZERLAND).inOrder();
217 Currency.PESO, Country.CHILE,
230 .has().exactly(Country.SWITZERLAND, Country.CHILE).inOrder();
233 .has().exactly(Country.CHILE, Country.SWITZERLAND).inOrder();
244 Currency.PESO, Country.CHILE,
258 .has().exactly(Country.CANADA, Country.CHILE).inOrder();
261 .has().exactly(Country.CANADA, Country.CHILE).inOrder();
271 Currency.PESO, Country.CHILE,
290 EnumBiMap.create(ImmutableMap.of(Currency.DOLLAR, Country.CHILE)));
298 .addEqualityGroup(EnumBiMap.create(ImmutableMap.of(Currency.DOLLAR, Country.CHILE)))