Searched refs:doTestExample (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/ResourceBundle/
H A DTest4314141.java70 doTestExample("fr", "CH", new String[] {"_fr_CH.class", "_fr.properties", ".class"});
71 doTestExample("fr", "FR", new String[] {"_fr.properties", ".class"});
72 doTestExample("de", "DE", new String[] {"_en.properties", ".class"});
73 doTestExample("en", "US", new String[] {"_en.properties", ".class"});
74 doTestExample("es", "ES", new String[] {"_es_ES.class", ".class"});
77 static void doTestExample(String language, String country, String[] expectedSuffixes) { method in class:Test4314141

Completed in 685 milliseconds