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