BAEL-5421

This commit is contained in:
opokharel
2022-06-25 11:09:55 -06:00
parent 2cb4fdbbc5
commit 3108a85ed6

View File

@@ -5,7 +5,7 @@ import org.junit.jupiter.api.Test;
class MySampleGUIAppnUnitTest extends MySampleGUIAppn {
@Test
void testMain() {
void testMain() throws IOException {
MySampleGUIAppn instance = new MySampleGUIAppn();
String [] args = null;
System.exit(DO_NOTHING_ON_CLOSE);