AsyncQueryServiceTest.java | 124 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local 125 aqs.startQuery(work[index].token, work[index].cookie, work[index].uri, 130 assertEquals("Not all operations were executed.", work.length, aqs 151 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local 152 aqs.startInsert(work[index].token, work[index].cookie, work[index].uri, work[index].values, 156 assertEquals("Not all operations were executed.", work.length, aqs 179 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local 180 aqs.startUpdate(work[index].token, work[index].cookie, work[index].uri, work[index].values, 184 assertEquals("Not all operations were executed.", work.length, aqs 205 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work) local 238 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local 264 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(sorted), sorted); local 287 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); local 319 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); local 349 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); local [all...] |