In JUnit 5, there is a new annotation: @Nested.
@Nested
I understand how it work, I understand why we use nested class, I just don\'t understand why we need to have
@Nested - Mainly starts from Junit5, provides the continuation logic of a feature we are attempting to do. Split the business test scenarios to multiple classes, @nested is in use.