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
Make tests compatible with JUnit 5.13 and earlier versions
InstrumentationVerificationTests depends on an internal class (its name)
of JUnit which was changed in 5.13
from ParameterizedTestParameterResolver
to ParameterizedTestMethodParameterResolver.
The test should work no matter if JUnit 5.13, an older, or an earlier
version is on the classpath.
Closesgh-6344
0 commit comments