BAEL-5421

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

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