BAEL-5421
This commit is contained in:
+2
@@ -8,6 +8,8 @@ class MySampleGUIAppnUnitTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testMain() throws IOException {
|
void testMain() throws IOException {
|
||||||
|
System.setProperty("java.awt.headless", "false");
|
||||||
|
System.out.println(java.awt.GraphicsEnvironment.isHeadless());
|
||||||
MySampleGUIAppn instance = new MySampleGUIAppn();
|
MySampleGUIAppn instance = new MySampleGUIAppn();
|
||||||
String [] args = null;
|
String [] args = null;
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user