Home
last modified time | relevance | path

Searched refs:deleteProjects (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DAccessRestrictionsTests.java192 deleteProjects(new String[] {"P1", "P2"}); in test001()
272 deleteProjects(new String[] {"P1", "P2"}); in test002()
390 deleteProjects(new String[] {"P1", "P2"}); in test003()
449 deleteProjects(new String[] {"P1", "P2"}); in test004()
556 deleteProjects(new String[] {"P1", "P2"}); in test005()
644 deleteProjects(new String[] {"P1", "P2"}); in test006()
736 deleteProjects(new String[] {"P1", "P2"}); in test007()
823 deleteProjects(new String[] {"P1", "P2"}); in test008()
909 deleteProjects(new String[] {"P1", "P2"}); in test009()
1034 deleteProjects(new String[] {"P1", "P2"}); in test010()
[all …]
H A DClasspathTests.java1941 deleteProjects(new String[]{"P1", "P2"}); in testClasspathValidation27()
4168 deleteProjects(new String[] {"A", "B"}); in testMissingPrereq3()
4230 deleteProjects(new String[] {"A", "B"}); in testMissingPrereq4()
4498 deleteProjects(projectNames); in testCycleDetection()
4559 deleteProjects(projectNames); in testCycleDetectionThroughVariables()
4640 deleteProjects(projectNames); in testCycleDetectionThroughContainers()
4721 deleteProjects(projectNames); in testCycleDetectionThroughContainerVariants()
4769 deleteProjects(projectNames); in testCycleDetection2()
4828 deleteProjects(projectNames); in testCycleDetection3()
5158 deleteProjects(projectNames); in denseCycleDetection()
[all …]
H A DReconcilerTests.java421 deleteProjects(new String[] {"P1", "P2", "P3" }); in testAccessRestriction3()
448 deleteProjects(new String[] {"P1", "P2", "P3" }); in testAccessRestriction4()
490 deleteProjects(new String[] {"P1", "P2"}); in testAccessRestriction5()
1992 deleteProjects(new String[] {"P1", "P2"}); in testIgnoreIfBetterNonAccessibleRule1()
2037 deleteProjects(new String[] {"P1", "P2"}); in testIgnoreIfBetterNonAccessibleRule2()
2082 deleteProjects(new String[] {"P1", "P2"}); in testIgnoreIfBetterNonAccessibleRule3()
2119 deleteProjects(new String[] {"P1"}); in testIgnoreIfBetterNonAccessibleRule4()
3624 deleteProjects(new String[] {"P1", "P2"}); in testTwoProjectsWithDifferentCompliances()
5685 deleteProjects(new String[] { "Lib", "P" }); in testBug410207c()
5737 deleteProjects(new String[] { "Lib", "P" }); in testBug410207d()
[all …]
H A DJavaSearchMultipleProjectsTests.java352 deleteProjects(new String[] {"P0", "P1", "P2", "P3"}); in testHierarchyScope4()
1391 deleteProjects(new String[] {"P1", "P2", "P3"}); in testBug229951a()
1438 deleteProjects(new String[] {"P1", "P2", "P3"}); in testBug229951b()
H A DTypeHierarchyTests.java693 deleteProjects(new String[] {"P1", "P2", "P3"}); in testEfficiencyMultipleProjects()
1672 deleteProjects(new String[] {"P1", "P2"}); in testMemberTypeSubtypeDifferentProject()
1806 deleteProjects(new String[] {"P1", "P2"}); in testPotentialSubtypeInDependentProject()
1955 deleteProjects(new String[] {"P1", "P2", "P3"}); in _testRegion4()
2430 deleteProjects(new String[] {"P"}); in testBug254738()
H A DJavaProjectTests.java554 deleteProjects(new String[] {"P1", "P2"}); in testAddProjectPrerequisite()
1859 deleteProjects(new String[] {"P1", "P2"}); in testProjectOpen()
1997 deleteProjects(new String[] {"P1", "P2"}); in testProjectImport()
2064 deleteProjects(new String[] {"P1", "P2"}); in testProjectImport2()
2125 deleteProjects(new String[] {"P1", "P2"}); in testProjectImport3()
H A DJavaModelTests.java310 deleteProjects(new String[] {"P1", "P2"}); in testCreatePkgHandleInDifferentProject()
H A DTypeHierarchyNotificationTests.java660 deleteProjects(new String[] {"P1", "P2"}); in testChangeFocusModifier()
761 deleteProjects(new String[] {"P1", "P2"}); in testAddDependentProject()
H A DClasspathInitializerTests.java427 deleteProjects(projects); in testContainerInitializer08()
1029 deleteProjects(new String[] {"P1", "P2"}); in testContainerInitializer24()
H A DJavaElementDeltaTests.java478 deleteProjects(new String[] {"A", "B"}); in testAddFileToSharedNonJavaResource()
H A DCompletionTests2.java6265 deleteProjects(new String[] { "Lib", "P" }); in testBug410207c()
6321 deleteProjects(new String[] { "Lib", "P" }); in testBug410207d()
H A DAbstractJavaModelTests.java2206 protected void deleteProjects(final String[] projectNames) throws CoreException { in deleteProjects() method in AbstractJavaModelTests
H A DJavaSearchBugsTests.java8763 deleteProjects(new String[] {"P1", "P2" }); in testBug178847()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/
H A DPerformanceTest.java116 protected void deleteProjects() { in deleteProjects() method in PerformanceTest
221 deleteProjects(); in testCreateAndDeleteProjects()
232 deleteProjects(); in testCreateAndDeleteProjects()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/resources/
H A DNestedResourcesTests.java202 public void deleteProjects() throws Exception { in deleteProjects() method in NestedResourcesTests