BAEL-5421
This commit is contained in:
parent
ded7b0af8f
commit
baa612d3bb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user