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 397886e commit 0cfe2bbCopy full SHA for 0cfe2bb
Chapter18/junit5/TestingExceptions/pom.xml
@@ -6,7 +6,7 @@
6
<version>1.0</version>
7
<packaging>jar</packaging>
8
<name>TestingExceptions</name>
9
-
+
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12
<maven.compiler.source>14</maven.compiler.source>
Chapter18/junit5/TestingExceptions/src/test/java/coding/challenge/test/ExceptionTest.java
@@ -1,5 +1,5 @@
1
package coding.challenge.test;
2
3
import java.util.NoSuchElementException;
4
import java.util.stream.Stream;
5
import static org.junit.jupiter.api.Assertions.assertEquals;
0 commit comments