Searched refs:vc (Results 1 – 1 of 1) sorted by relevance
45 Vector<Connection> vc = new Vector<Connection>(); field in StressTest57 vc.clear(); in setUp()123 maxConnections, vc.size()); in testManyConnectionsUsingOneThread()145 assertEquals("Unable to create a connection", numTasks, vc.size()); in testManyConnectionsUsingManyThreads()178 for (int i = 0; i < vc.size(); ++i) { in testInsertOfManyRowsUsingOneThread()181 Connection c = vc.elementAt(i); in testInsertOfManyRowsUsingOneThread()223 assertEquals("Unable to create a connection", numConnections, vc.size()); in testInsertOfManyRowsUsingManyThreads()269 vc.add(c); in openConnections()280 for (; i < vc.size(); ++i) { in closeConnections()281 vc.elementAt(i).close(); in closeConnections()[all …]