You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-compiler-testing/src/test/java/io/github/ascopes/jct/tests/unit/compilers/ecj/EcjJctFlagBuilderImplTest.java
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -57,24 +57,34 @@ void setUp() {
57
57
@Nested
58
58
classVerboseFlagTest {
59
59
60
-
@DisplayName("Setting .verbose(true) adds the '-verbose' flag")
61
-
@Test
62
-
voidaddsFlagIfTrue() {
60
+
@DisplayName("Setting .verbose(true) adds the expected flags")
0 commit comments