BAEL-5421 by @opokharel
BAEL-5421 by @opokharel
This commit is contained in:
parent
99a902b27b
commit
90aa4a1239
@ -20,7 +20,6 @@ public class MySampleGUIAppn extends JFrame{
|
||||
System.exit(0);
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
else {
|
||||
System.exit(0);
|
||||
|
@ -5,7 +5,6 @@ import java.io.IOException;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class MySampleGUIAppnUnitTest {
|
||||
|
||||
@Test
|
||||
void testMain() throws IOException {
|
||||
System.setProperty("java.awt.headless", "true");
|
||||
|
Loading…
x
Reference in New Issue
Block a user