2324252627282930
*/ @BeforeClass public static void setUpBeforeClass() throws Exception { // new TestApplication().start(new Stage()); JRebirthThread.getThread().prepare(new TestApplication()); globalFacade = JRebirthThread.getThread().getFacade(); }
30313233343536
* * @throws java.lang.Exception */ @BeforeClass public static void setUpBeforeClass() throws Exception { globalFacade = new GlobalFacadeBase(new TestApplication()); }