We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb4fdb commit 3108a85Copy full SHA for 3108a85
1 file changed
core-java-modules/core-java-jar/src/test/java/com/baeldung/jar/MySampleGUIAppnUnitTest.java
@@ -5,7 +5,7 @@
5
class MySampleGUIAppnUnitTest extends MySampleGUIAppn {
6
7
@Test
8
- void testMain() {
+ void testMain() throws IOException {
9
MySampleGUIAppn instance = new MySampleGUIAppn();
10
String [] args = null;
11
System.exit(DO_NOTHING_ON_CLOSE);
0 commit comments