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