public class FxTestingUtils extends Object
| Constructor and Description |
|---|
FxTestingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
runInFXThread(Runnable code) |
static void |
runInFXThread(Runnable code,
long timeout) |
static void |
waitForUiThread()
This method is used to wait until the UI thread has done all work that was queued via
Platform.runLater(Runnable). |
static void |
waitForUiThread(long timeout)
This method is used to wait until the UI thread has done all work that was queued via
Platform.runLater(Runnable). |
public static void runInFXThread(Runnable code)
public static void runInFXThread(Runnable code, long timeout)
public static void waitForUiThread(long timeout)
Platform.runLater(Runnable).public static void waitForUiThread()
Platform.runLater(Runnable).Copyright © 2017 Saxonia Systems AG. All rights reserved.