Searched refs:TestWorkAt (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
| H A D | ThreadPool_Test.java | 69 TestWorkAt workAt = new TestWorkAt(); in testThreadAsync() 74 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testThreadAsync() 86 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testThreadAsync() 91 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadSync() 96 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadSync() 108 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testDynamicThreadSync() 113 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadSync() 132 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testStaticThreadSync() 147 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testStaticThreadSync() 152 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadAsyncSyncOrder() [all …]
|
| H A D | JobQueue_Test.java | 122 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadExecutesAsyncs() 127 assertTrue("", workAt._async_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs() 128 assertTrue("", workAt._sync_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs() 136 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadExecutesAsyncs() 138 assertTrue("", workAt._async_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs() 139 assertTrue("", workAt._sync_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs() 144 TestWorkAt workAt = new TestWorkAt(); in testExecuteJobs() 159 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testExecuteJobs() 162 private void testAsyncJobQueue(TestWorkAt workAt, JobQueue async_jobQueue, in testAsyncJobQueue() 186 private void testSendRequests(TestWorkAt workAt, String operation, in testSendRequests() [all …]
|
| H A D | TestWorkAt.java | 26 class TestWorkAt implements TestIWorkAt { class
|
| /trunk/main/jurt/test/com/sun/star/ |
| H A D | makefile.mk | 54 lib/uno/environments/remote/TestWorkAt.java \
|