-
Notifications
You must be signed in to change notification settings - Fork 230
Migrate org.eclipse.core.filebuffers.tests to JUnit 5 #3662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate org.eclipse.core.filebuffers.tests to JUnit 5 #3662
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
0efa8e8 to
a2e5927
Compare
...clipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/FileBufferCreation.java
Show resolved
Hide resolved
...lipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/FileBufferFunctions.java
Outdated
Show resolved
Hide resolved
a2e5927 to
4e1c321
Compare
Update test dependencies and convert test classes to use JUnit 5 imports, annotations, and assertions.
4e1c321 to
d5e2c06
Compare
|
Feedback applied |
Migrates the tests in from JUnit 4 to JUnit 5.
Changes include:
Tests verified locally.