5051525354555657585960
@BeforeClass static public void setupClass() throws Throwable { AppSetup appSetup = ToolkitAppSetupFactory.build(); if (!appSetup.hasPrimaryStage()) { appSetup.launchApplication(); } appSetup.getPrimaryStage(25, TimeUnit.SECONDS); } @Before