Search in sources :

Example 6 with IntPair

use of com.oracle.tck.lib.autd2.unittests.IntPair in project jtharness by openjdk.

the class ComplexExclusionsInheritedTestCases method test_multi_6.

@Test
public void test_multi_6() {
    Values values = DataFactory.createColumn(1, 2, 3, 7);
    check(values.multiply(values).multiply(values).multiply(values), new HashSet<IntPair>(), new HashSet<IntPair>(), new HashSet<IntPair>(), TGFUtils.EXCLUDE, "myTest,blabla,foo");
}
Also used : Values(com.sun.tck.lib.tgf.Values) IntPair(com.oracle.tck.lib.autd2.unittests.IntPair) Test(org.junit.Test)

Example 7 with IntPair

use of com.oracle.tck.lib.autd2.unittests.IntPair in project jtharness by openjdk.

the class ComplexExclusionsInheritedTestCases method test_multi_4.

@Test
public void test_multi_4() {
    Values values = DataFactory.createColumn(1, 2, 3, 7);
    check(values.multiply(values).multiply(values).multiply(values), new HashSet<IntPair>(), new HashSet<IntPair>(), new HashSet<IntPair>(), TGFUtils.EXCLUDE, "myTest,blabla,foo");
}
Also used : Values(com.sun.tck.lib.tgf.Values) IntPair(com.oracle.tck.lib.autd2.unittests.IntPair) Test(org.junit.Test)

Aggregations

IntPair (com.oracle.tck.lib.autd2.unittests.IntPair)7 Values (com.sun.tck.lib.tgf.Values)7 Test (org.junit.Test)7