< prev index next >

test/java/util/Collections/CheckedMapBash.java

Print this page

        

@@ -25,10 +25,11 @@
  * @test
  * @bug     4904067 5023830 7129185
  * @summary Unit test for Collections.checkedMap
  * @author  Josh Bloch
  * @run testng CheckedMapBash
+ * @key randomness
  */
 
 import java.util.*;
 import java.util.function.Supplier;
 import org.testng.annotations.Test;
< prev index next >