Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

junit5 #1975

Merged
merged 20 commits into from
Jul 17, 2019
Merged

junit5 #1975

merged 20 commits into from
Jul 17, 2019

Conversation

ssalinas
Copy link
Member

#1965 is not working out as well as I had hoped. So, I'm going to pick apart the usable pieces I found along the way. The first is upgrading to junit 5, which cuts our build time in half and then some. This is generally due to setting up TestingServer/hk2/etc once per class instead of once per test method (Thanks to @BeforeAll now allowing us to still us dependency injection in a Before method)

@ssalinas ssalinas added the hs_qa label Jul 16, 2019
@pschoenfelder
Copy link
Contributor

🚢

@ssalinas ssalinas merged commit 5ee37f3 into master Jul 17, 2019
@ssalinas ssalinas deleted the junit5 branch July 17, 2019 19:12
@ssalinas ssalinas added this to the 0.23.0 milestone Jul 18, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants