Searched refs:cvns (Results 1 – 1 of 1) sorted by relevance
107 CVN cvns[] = new CVN[CVN_COUNT1 * CVN_COUNT2]; in testGetMany() local108 for (int n = 0; n < cvns.length; n++) { in testGetMany()109 cvns[n] = new CVN(n); in testGetMany()119 assertEquals(nameForCVN(c, n), cvns[n].get(c)); in testGetMany()120 cvns[n].get(c); //get it again in testGetMany()132 cvns[n].remove(c); in testGetMany()148 for (int i = 0; i < cvns.length * 10; i++) { in testGetMany()149 int n = i % cvns.length; in testGetMany()151 assertEquals(nameForCVN(c, n), cvns[n].get(c)); in testGetMany()