mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
junit 5: NPE in forked tests
This commit is contained in:
@@ -50,7 +50,7 @@ public class JUnit5TestExecutionListener implements TestExecutionListener {
|
||||
private long myCurrentTestStart;
|
||||
private int myFinishCount;
|
||||
private String myRootName;
|
||||
private Set<TestIdentifier> myRoots;
|
||||
private Set<TestIdentifier> myRoots = new HashSet<>();
|
||||
private boolean mySuccessful;
|
||||
|
||||
public JUnit5TestExecutionListener() {
|
||||
|
||||
Reference in New Issue
Block a user