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 TypeClassDescriptionclassMarker 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 voidUtil.runOnJavaFxThread(Testable pRunnable, AtomicReference<Throwable> pExceptionRef, CountDownLatch pCountDownLatch) voidQueues the specified runnable to be run on the JavaFX UI thread.voidQueues the specified runnable to be run on the JavaFX UI thread.voidQueues the specified runnable to be run on the JavaFX UI thread.voidQueues the specified runnable to be run on the JavaFX UI thread.voidvoidvoidAbstractJavaFXTest.testOnMainThreadLater(long pDelayMillis, Testable pRunnable) Queues the specified runnable to be run on the main thread, instead of on the JavaFX UI thread.voidAbstractJavaFXTest.testOnMainThreadLater(Testable pRunnable) Queues the specified runnable to be run on the main thread, instead of on the JavaFX UI thread.voidJavaFXJUnit5Test.testOnMainThreadLater(long pDelayMillis, Testable pRunnable) Queues the specified runnable to be run on the main thread, instead of on the JavaFX UI thread.voidJavaFXJUnit5Test.testOnMainThreadLater(Testable pRunnable) Queues the specified runnable to be run on the main thread, instead of on the JavaFX UI thread.voidJavaFXThreadingInterceptor.testOnMainThreadLater(long pMillis, Testable pRunnable) voidJavaFXThreadingInterceptor.testOnMainThreadLater(Testable pRunnable) voidJavaFXThreadingRule.testOnMainThreadLater(long pMillis, Testable pRunnable) voidJavaFXThreadingRule.testOnMainThreadLater(Testable pRunnable)