You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameterized classes (including running Before/After Each/All with params) is not supported in JUnit5 (was supported in Junit4).
If you want to run tests at the class level multiple times with different parameters (object mappers, to include/exclude aerospike set…) you can’t, you need to add params at the method level without the ability of adding them into Before/After Each/All methods.
There is no official solution for this scenario in JUnit5, we are using class level parameters extensively in REST Client so currently the plan is to upgrade JUnit4 to JUnit5 once this feature will be officially supported.
No description provided.
The text was updated successfully, but these errors were encountered: