< prev index next >

test/testlibrary_tests/AssertsTest.java

Print this page

        

@@ -24,10 +24,12 @@
 import static com.oracle.java.testlibrary.Asserts.*;
 
 /* @test
  * @summary Tests the different assertions in the Assert class
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm AssertsTest
  */
 public class AssertsTest {
     private static class Foo implements Comparable<Foo> {
         final int id;
         public Foo(int id) {
< prev index next >