< prev index next >

test/jdk/lib/testlibrary/AssertsTest.java

Print this page

        

*** 21,33 **** * questions. */ import java.lang.SuppressWarnings; ! import static jdk.testlibrary.Asserts.*; ! /* @test * @summary Tests the different assertions in the Assert class */ public class AssertsTest { private static class Foo implements Comparable<Foo> { final int id; --- 21,35 ---- * questions. */ import java.lang.SuppressWarnings; ! import static jdk.test.lib.Asserts.*; ! /* ! * @test ! * @library /test/lib * @summary Tests the different assertions in the Assert class */ public class AssertsTest { private static class Foo implements Comparable<Foo> { final int id;
< prev index next >