BAEL-5421

This commit is contained in:
opokharel 2022-06-25 11:42:18 -06:00
parent ded7b0af8f
commit baa612d3bb

View File

@ -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);