< prev index next >

test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java

Print this page

        

*** 37,46 **** --- 37,47 ---- * @test * @summary Verify that for each group of mutually exclusive predicates defined * in com.oracle.java.testlibrary.Platform one and only one predicate * evaluates to true. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main TestMutuallyExclusivePlatformPredicates */ public class TestMutuallyExclusivePlatformPredicates { private static enum MethodGroup { ARCH("isARM", "isPPC", "isSparc", "isX86", "isX64"),
< prev index next >