< prev index next >

test/java/util/Collections/CheckedMapBash.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @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 >