java.lang.Object
org.testfx.framework.junit5.utils.FXUtils.RunnableWithReturn<R>
- All Implemented Interfaces:
Runnable
- Enclosing class:
FXUtils
private static class FXUtils.RunnableWithReturn<R>
extends Object
implements Runnable
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
getReturnValue
public R getReturnValue()
-
run
public void run()
- Specified by:
run
in interface Runnable