Home
last modified time | relevance | path

Searched refs:testJobs (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/jobs/
H A DJobGroupTest.java299 HashSet<Job> testJobs = new HashSet<>(); in testGetActiveJobs() local
300 testJobs.addAll(Arrays.asList(jobs)); in testGetActiveJobs()
305 if (testJobs.remove(allJobs[i])) { in testGetActiveJobs()
310 assertEquals("1.2", 0, testJobs.size()); in testGetActiveJobs()
380 testJobs.addAll(Arrays.asList(jobs)); in testGetActiveJobs()
385 if (testJobs.remove(allJobs[i])) { in testGetActiveJobs()
391 assertEquals("11.2", 12, testJobs.size()); in testGetActiveJobs()
392 testJobs.clear(); in testGetActiveJobs()
408 testJobs.addAll(Arrays.asList(jobs)); in testGetActiveJobs()
412 if (testJobs.remove(allJobs[i])) { in testGetActiveJobs()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/services/
H A Dpinpoint_service_test.py35 def testJobs(self): member in TestPinpointService
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/
H A DTestHsWebServicesJobs.java129 public void testJobs() throws JSONException, Exception { in testJobs() method in TestHsWebServicesJobs
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/
H A DTestAMWebServicesJobs.java124 public void testJobs() throws JSONException, Exception { in testJobs() method in TestAMWebServicesJobs