Skip to content

Junit5 @nested: Get the right status of the execution results

When running all nested classes with the following automated test reference:

junit5_annotations/com.baeldung.junit5.nested.TestingAStackDemoTest*

All nested classes are successful but the result of the execution remains blocked:

image