IBM/magkit-pom

Add Junit5 and current Mockito

Opened this issue · 0 comments

Junit5 provides useful new features like PararmeterizedTest, and Magnolia also uses it (next to Junit4), see magnolia-core POM

Current Mockito fixes a bug that made use of generic types with InjectMocks practically impossible for most folks: mockito/mockito#2921

We should provide both by default for all Magkit modules.