jdk/test/java/util/Map/FunctionalCMEs.java
changeset 32649 2ee9017c7597
parent 29743 981893a47bec
child 40684 2e37c119dc2a
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    41  * @author bchristi
    41  * @author bchristi
    42  * @build Defaults
    42  * @build Defaults
    43  * @run testng FunctionalCMEs
    43  * @run testng FunctionalCMEs
    44  */
    44  */
    45 public class FunctionalCMEs {
    45 public class FunctionalCMEs {
    46     final static String KEY = "key";
    46     static final String KEY = "key";
    47 
    47 
    48     @DataProvider(name = "Maps", parallel = true)
    48     @DataProvider(name = "Maps", parallel = true)
    49     private static Iterator<Object[]> makeMaps() {
    49     private static Iterator<Object[]> makeMaps() {
    50         return Arrays.asList(
    50         return Arrays.asList(
    51                 // Test maps that CME
    51                 // Test maps that CME