CoreComponents icon indicating copy to clipboard operation
CoreComponents copied to clipboard

Allow directly running nested tests instead of running from parent level

Open FooBarRaz opened this issue 9 years ago • 1 comments

We wanted to be able to directly run a nested test from the IDE instead of having to run the entire parent. In order to accomplish that, we modified the runner to build the enclosing context when a parent exists. This allows for running any @Before and @After blocks from a parent, but only runs the tests at and below the nesting level of the specified test method or class.

FooBarRaz avatar Jan 05 '17 16:01 FooBarRaz

Is this going to get merged and be released anytime soon? Or is such a capacity planned for (or already implemented in) JUnit 5, making this outdated?

JordanMartinez avatar Oct 03 '17 19:10 JordanMartinez