arinc661.testutils.FrameworkManager
in the Test class setup.@BeforeClass public static void setUpClass() throws Exception { FrameworkManager.setUpGraphicFramework(); }In JavaFX:
@BeforeClass public static void setUpClass() throws Exception { FrameworkManager.setGraphicFramework(FrameworkManager.JAVAFX); }
Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence