-
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.
add migration cleanup from junit 4 to junit 5 (#110)
* add first implementations of some annotation processing * RunWith implemented * first implementation of Assertions * cover more assertions in the implementation * implement static imports of assertion methods * fix bug in import that causes static and normal import to be added * consider 4 parameter case * fix explicit static import case * Update .classpath * fill out preview * add skeleton for rule test * add stub * implement Rule TemporaryFolder * add some fixes but ExternalResource still not working * fix spotbugs issue * add rtstubs18 * add ExtensionContext * more fixes to ExternalResource * cleanup code * more cleanup * only formatting * pull methods up * use toString() * add test for already junit5 case * Add support for Assume * add support for super calls * add context to super call * mostly formatting and a test * fix jface migration * extract some constants, formatting * aggregate on AbstractTool * simplify junit test setup * fix spotbugs error * refactor to use public instead of protected for before and after * Support for assertSame and assertNotSame * fix length of preview issue * add more testcases * Dont create change on empty ExternalResource derived class * Add assumeThat support * Add Assert.assertThat support * test updating orbit target * test changing junit dependency * add junit to product * remove junit from xml feature * remove junit * remove junit * add some features to target and jupiter features to test commons * update to 2024-09 * add more plugins to target * test * extend list of features in target and product * add separate constants for each migration piece * test update 21 * update target and switch on all cleanup parts in tests * test with base instead of full jre * test remove justj * test remove justj complete * use Java21
- Loading branch information
1 parent
7a377a4
commit 146c0ff
Showing
124 changed files
with
5,519 additions
and
1,143 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
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
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.