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 {
|
class MySampleGUIAppnUnitTest extends MySampleGUIAppn {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testMain() {
|
void testMain() throws IOException {
|
||||||
MySampleGUIAppn instance = new MySampleGUIAppn();
|
MySampleGUIAppn instance = new MySampleGUIAppn();
|
||||||
String [] args = null;
|
String [] args = null;
|
||||||
System.exit(DO_NOTHING_ON_CLOSE);
|
System.exit(DO_NOTHING_ON_CLOSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user