BAEL-5421
This commit is contained in:
parent
1b29276c17
commit
c2bfe407de
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue