Package | Description |
---|---|
com.iamsoft.util.ui.javafx.test |
Modifier and Type | Class and Description |
---|---|
class |
MainThreadTestable
Marker class, which indicates that the testable should be run on main thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
Util.runOnJavaFxThread(Testable pRunnable,
AtomicReference<Throwable> pExceptionRef,
CountDownLatch pCountDownLatch) |
void |
JavaFXThreadingRule.testLater(long pMillis,
Testable pRunnable) |
void |
AbstractJavaFXTest.testLater(long pDelayMillis,
Testable pRunnable)
Queues the specified runnable to be run on the JavaFX UI thread.
|
void |
JavaFXJUnit5Test.testLater(long pDelayMillis,
Testable pRunnable)
Queues the specified runnable to be run on the JavaFX UI thread.
|
void |
JavaFXThreadingInterceptor.testLater(long pMillis,
Testable pRunnable) |
void |
AbstractJavaFXTest.testLater(Testable pRunnable)
Queues the specified runnable to be run on the JavaFX UI thread.
|
void |
JavaFXJUnit5Test.testLater(Testable pRunnable)
Queues the specified runnable to be run on the JavaFX UI thread.
|
void |
JavaFXThreadingRule.testOnMainThreadLater(long pMillis,
Testable pRunnable) |
void |
AbstractJavaFXTest.testOnMainThreadLater(long pDelayMillis,
Testable pRunnable)
Queues the specified runnable to be run on the main thread, instead of on the JavaFX
UI thread.
|
void |
JavaFXJUnit5Test.testOnMainThreadLater(long pDelayMillis,
Testable pRunnable)
Queues the specified runnable to be run on the main thread, instead of on the JavaFX
UI thread.
|
void |
JavaFXThreadingInterceptor.testOnMainThreadLater(long pMillis,
Testable pRunnable) |
void |
JavaFXThreadingRule.testOnMainThreadLater(Testable pRunnable) |
void |
AbstractJavaFXTest.testOnMainThreadLater(Testable pRunnable)
Queues the specified runnable to be run on the main thread, instead of on the JavaFX
UI thread.
|
void |
JavaFXJUnit5Test.testOnMainThreadLater(Testable pRunnable)
Queues the specified runnable to be run on the main thread, instead of on the JavaFX
UI thread.
|
void |
JavaFXThreadingInterceptor.testOnMainThreadLater(Testable pRunnable) |
Copyright © 2023. All rights reserved.