forked from eclipse-platform/eclipse.platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate save participant tests to JUnit 5 eclipse-platform#903
This migrates the SaveManagerTest to JUnit 5, using the SessionTestExtension with the CustomSessionWorkspace. It consists of the following changes: - the individual test suites in the subclasses of SaveManagerTest were unused and are thus removed - further unused functionality in those subclasses is removed - JUnit 4 dependencies are replaced with JUnit 5 dependencies in the plug-in org.eclipse.core.tests.resources.saveparticipant - the plug-in org.eclipse.core.tests.resources.saveparticipant is declared as a test plug-in and tests are enabled for the Maven build - the SaveParticipantTest, which executed the SaveManagerTest from the central org.eclipse.core.tests.resources plug-in, is removed as it was not part of any test suite (and thus not executed) anyway Contributes to eclipse-platform#903
- Loading branch information
1 parent
e47558e
commit 40c9740
Showing
8 changed files
with
184 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.