Allow @Nested class lifecycle to be configured via junit.jupiter.testinstance.lifecycle.default #4930
Closed as not planned
@Nested class lifecycle to be configured via junit.jupiter.testinstance.lifecycle.default #4930
Related to #1575.
The configuration
junit.jupiter.testinstance.lifecycle.defaultapplies only to top level classes (by my tests - I didn't see it documented). I would have expected it to work for nested classes as well.Deliverables