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 resource refresh tests to JUnit 5 eclipse-platform#903
Migrates the tests in org.eclipse.core.tests.resources.refresh to JUnit 5. Replaces test annotations and migrates assertions. The change also improves test isolation for the RefreshProviderTest. The tests could not be executed individually, because modified refresh settings are not followed by a wait for a potentially pending refresh request and resetting the TestRefreshProvider is performed at before instead of after changing the refresh settings. Contributes to eclipse-platform#903
- Loading branch information
1 parent
6b0a2e0
commit c62d47a
Showing
2 changed files
with
58 additions
and
65 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