BAEL-5421
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user