We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3c969 commit 3567b5dCopy full SHA for 3567b5d
surefire-its/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
@@ -58,6 +58,11 @@ public static Iterable<Object[]> data() {
58
@SuppressWarnings("checkstyle:visibilitymodifier")
59
public String profileId;
60
61
+ @Test
62
+ public void testForcedToFail() {
63
+ throw new RuntimeException();
64
+ }
65
+
66
@Test
67
public void properNewlinesAndEncodingWithDefaultEncodings() throws Exception {
68
OutputValidator outputValidator = unpack().forkOnce().executeTest();
0 commit comments