-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Reduce stack utilization of TestTemplateTestDescriptor::execute#4024
Reduce stack utilization of TestTemplateTestDescriptor::execute#4024marcphilipp merged 3 commits intojunit-team:mainfrom
Conversation
Overview
Fixes issue #4020
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
- There are no TODOs left in the code
- Method preconditions are checked and documented in the method's Javadoc -- no method declarations changed
- Coding conventions (e.g. for logging) have been followed
- Change is covered by automated tests including corner cases, errors, and exception handling -- refactoring only change, I believe no new tests are necessary
- Public API has Javadoc and
@APIannotations -- no public APIs changed - Change is documented in the User Guide and Release Notes -- should I write something there, or the change is minor and doesn't worth mentioning?
3be8b10 to
c3ed3b3
Compare
|
Not sure about formatting. I've formatted the changed fragment using spotlessApply, even though it's inside the |
I think so too. From what I've observed of Spotless over the years, users like JUnit 5 use |
|
Agreed, let's remove them |
0655c7d to
906a13f
Compare