< prev index next >

test/testlibrary_tests/AssertsTest.java

Print this page

        

*** 24,34 **** import static jdk.test.lib.Asserts.*; /* @test * @summary Tests the different assertions in the Assert class * @modules java.base/jdk.internal.misc ! * @library /testlibrary */ public class AssertsTest { private static class Foo implements Comparable<Foo> { final int id; public Foo(int id) { --- 24,34 ---- import static jdk.test.lib.Asserts.*; /* @test * @summary Tests the different assertions in the Assert class * @modules java.base/jdk.internal.misc ! * @library /test/lib */ public class AssertsTest { private static class Foo implements Comparable<Foo> { final int id; public Foo(int id) {
< prev index next >