-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harmonize method filter and field filter application in search algorithms #3534
Comments
sbrannen
added a commit
to sbrannen/junit5
that referenced
this issue
Nov 4, 2023
This commit consistently applies method predicates in search algorithms analogous to the application of field predicates. See junit-team#3498 See junit-team#3532 Closes junit-team#3534
sbrannen
added a commit
to sbrannen/junit5
that referenced
this issue
Nov 4, 2023
This commit consistently applies method predicates in search algorithms analogous to the application of field predicates. See junit-team#3498 See junit-team#3532 Closes junit-team#3534
sbrannen
added a commit
that referenced
this issue
Nov 4, 2023
This has been merged into |
sbrannen
added a commit
that referenced
this issue
Jan 15, 2024
sbrannen
added a commit
that referenced
this issue
Jan 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
After completing #3532, I noticed that the changes made in conjunction with #3498 do not apply the predicate as consistently as in #3532.
Related Issues
@BeforeAll
method in super class skipped when it has same name as a@BeforeEach
method in subclass #3498@TempDir
field in super class skipped when it has same name as a@TempDir
field in subclass #3532Deliverables
The text was updated successfully, but these errors were encountered: