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
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.