Searched refs:testVectorA (Results 1 – 1 of 1) sorted by relevance
520 ArrayList<Long> testVectorA = new ArrayList(Arrays.asList(1L, 2L, 3L)); in runClientSafeUnionTests() local526 one = safeunionInterface.setI(one, testVectorA); in runClientSafeUnionTests()530 two = safeunionInterface.setI(two, (ArrayList<Long>) testVectorA.clone()); in runClientSafeUnionTests()