Uses of Interface
org.testfx.service.support.CaptureSupport
-
Packages that use CaptureSupport Package Description org.testfx.api org.testfx.service.support.impl org.testfx.util -
-
Uses of CaptureSupport in org.testfx.api
Methods in org.testfx.api that return CaptureSupport Modifier and Type Method Description CaptureSupportFxAssertContext. getCaptureSupport()CaptureSupportFxRobotContext. getCaptureSupport()CaptureSupportFxServiceContext. getCaptureSupport()Methods in org.testfx.api with parameters of type CaptureSupport Modifier and Type Method Description voidFxAssertContext. setCaptureSupport(CaptureSupport captureSupport) -
Uses of CaptureSupport in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement CaptureSupport Modifier and Type Class Description classCaptureSupportImpl -
Uses of CaptureSupport in org.testfx.util
Methods in org.testfx.util that return types with arguments of type CaptureSupport Modifier and Type Method Description static Function<CaptureSupport,Image>DebugUtils. captureBounds(Bounds bounds)static Function<CaptureSupport,Image>DebugUtils. captureBounds(Rectangle2D bounds)static Function<CaptureSupport,Image>DebugUtils. captureNode(Node node)static Function<CaptureSupport,Image>DebugUtils. captureScreenshot()static Function<CaptureSupport,Image>DebugUtils. captureScreenshot(int screenIndex)static Function<CaptureSupport,Image>DebugUtils. captureScreenshot(Screen screen)static Function<CaptureSupport,Image>DebugUtils. captureWindow()Captures the registered stage.static Function<CaptureSupport,Image>DebugUtils. captureWindow(Window window)Method parameters in org.testfx.util with type arguments of type CaptureSupport Modifier and Type Method Description static Function<StringBuilder,StringBuilder>DebugUtils. saveTestImage(Function<CaptureSupport,Image> captureImage, Supplier<Path> capturedImagePath, String indent)Saves the captured image to the supplied path.
-