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