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.
Provide unique strings for resource tests via utility class eclipse-p…
…latform#903 The getUniqueString() method in CoreTest is actually a factory method creating a unique string upon each call. It is not tied to an instance of CoreTest. This change adds an according method with a name indicating the creation behavior to the ResourceTestUtil and updates calls to that method within the resource tests. This is part of the cleanup for the ResourceTest inheritance hierarchy in order to migrate to JUnit 4. Contributes to eclipse-platform#903
- Loading branch information
1 parent
c970847
commit b92af67
Showing
37 changed files
with
285 additions
and
250 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
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
Oops, something went wrong.