mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testng: inc by tests suite count (IDEA-83188)
(cherry picked from commit 40b5fd67943427abd099565f6e313762cfac1831)
This commit is contained in:
@@ -69,7 +69,7 @@ public class TestNGResults extends TestResultsPanel implements TestFrameworkRunn
|
||||
|
||||
private final Project project;
|
||||
private int count;
|
||||
private int total;
|
||||
private int total = 0;
|
||||
private final Set<TestProxy> failed = new HashSet<TestProxy>();
|
||||
private final Map<TestResultMessage, List<TestProxy>> started = new HashMap<TestResultMessage, List<TestProxy>>();
|
||||
private TestProxy failedToStart = null;
|
||||
@@ -345,7 +345,7 @@ public class TestNGResults extends TestResultsPanel implements TestFrameworkRunn
|
||||
}
|
||||
|
||||
public void setTotal(int total) {
|
||||
this.total = total;
|
||||
this.total += total;
|
||||
}
|
||||
|
||||
public void start() {
|
||||
|
||||
Reference in New Issue
Block a user