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
- The JUNIT5_VERSIONS VersionRange should be [1, 6) because [1, 5)
excludes Junit 5.
- The case for TestKindRegistry.JUNIT5_TEST_KIND_ID should add
JUNIT5_JDT_RUNTIME_PLUGIN not JUNIT4_JDT_RUNTIME_PLUGIN.
- The search range `new VersionRange(VersionRange.LEFT_OPEN, version,
version, VersionRange.RIGHT_OPEN))` is always empty so should use `new
VersionRange(VersionRange.LEFT_CLOSED, version, version,
VersionRange.RIGHT_CLOSED))`.
0 commit comments