Skip to content

Commit e01073d

Browse files
committed
Use displayname as default for tabs
1 parent 288b12c commit e01073d

File tree

27 files changed

+35
-34
lines changed

27 files changed

+35
-34
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
import org.junit.platform.suite.api.SelectClasses;
33
import org.junit.platform.suite.api.Suite;
4-
import org.junit.runner.RunWith;
54

65
@Suite
76
@SelectClasses({
8-
// List of tests to run.
9-
SimpleTest.class,
10-
GeneratedTest.class,
7+
// List of tests to run.
8+
SimpleTest.class,
9+
GeneratedTest.class,
1110
})
12-
public class TestSuite {}
11+
public class TestSuite {
12+
}

integration-tests/combined/simple/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "SimpleTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/diffing-testwriter-correct/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "TestWriterTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/diffing-testwriter-package/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "TestWriterTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/diffing-testwriter-wrong/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "TestWriterTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/messagewriter-output/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "SubmissionTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/output-cutoff/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "SpamTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/packaged-class/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "DodonaTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/stubber-construction/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "StubberTest"
1717
}
1818
{
1919
"command": "start-context",

integration-tests/junit4/stubber-package/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": "start-tab",
1414
"hidden": false,
1515
"permission": "student",
16-
"title": "Test"
16+
"title": "StubberTest"
1717
}
1818
{
1919
"command": "start-context",

0 commit comments

Comments
 (0)