Uses of Interface
com.iamsoft.util.ui.javafx.test.Testable
Packages that use Testable
-
Uses of Testable in com.iamsoft.util.ui.javafx.test
Classes in com.iamsoft.util.ui.javafx.test that implement TestableModifier and TypeClassDescriptionclass
Marker class, which indicates that the testable should be run on main thread.Methods in com.iamsoft.util.ui.javafx.test with parameters of type TestableModifier and TypeMethodDescriptionstatic void
Util.runOnJavaFxThread
(Testable pRunnable, AtomicReference<Throwable> pExceptionRef, CountDownLatch pCountDownLatch) void
Queues the specified runnable to be run on the JavaFX UI thread.void
Queues the specified runnable to be run on the JavaFX UI thread.void
Queues the specified runnable to be run on the JavaFX UI thread.void
Queues the specified runnable to be run on the JavaFX UI thread.void
void
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
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
(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
(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
JavaFXThreadingInterceptor.testOnMainThreadLater
(Testable pRunnable) void
JavaFXThreadingRule.testOnMainThreadLater
(long pMillis, Testable pRunnable) void
JavaFXThreadingRule.testOnMainThreadLater
(Testable pRunnable)