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