-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify ResourceTest#ensureOutOfSync() and #readStringInFileSystem()
The utility methods ensureOutOfSync() and readStringInFileSystem(IFile) in ResourceTests use a cascade of further utility methods with partly duplicated functionality. Those methods have protected visibility but do not have any consumers outside of ensureOutOfSync(). This change simplifies these methods and streamlines the contained assertions.
- Loading branch information
1 parent
d4ff221
commit 87311f1
Showing
1 changed file
with
33 additions
and
59 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