Uses of Interface
org.testfx.service.support.CaptureSupport
Packages that use CaptureSupport
-
Uses of CaptureSupport in org.testfx.api
Fields in org.testfx.api declared as CaptureSupportModifier and TypeFieldDescriptionprivate CaptureSupportFxAssertContext.captureSupportprivate final CaptureSupportFxRobotContext.captureSupportprivate final CaptureSupportFxServiceContext.captureSupportMethods in org.testfx.api that return CaptureSupportModifier and TypeMethodDescriptionFxAssertContext.getCaptureSupport()FxRobotContext.getCaptureSupport()FxServiceContext.getCaptureSupport()Methods in org.testfx.api with parameters of type CaptureSupportModifier and TypeMethodDescriptionvoidFxAssertContext.setCaptureSupport(CaptureSupport captureSupport) -
Uses of CaptureSupport in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement CaptureSupport -
Uses of CaptureSupport in org.testfx.util
Methods in org.testfx.util that return types with arguments of type CaptureSupportModifier and TypeMethodDescriptionstatic Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureBounds(javafx.geometry.Bounds bounds) static Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureBounds(javafx.geometry.Rectangle2D bounds) static Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureNode(javafx.scene.Node node) static Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureScreenshot()static Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureScreenshot(int screenIndex) static Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureScreenshot(javafx.stage.Screen screen) static Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureWindow()Captures the registered stage.static Function<CaptureSupport, javafx.scene.image.Image> DebugUtils.captureWindow(javafx.stage.Window window) Method parameters in org.testfx.util with type arguments of type CaptureSupportModifier and TypeMethodDescriptionstatic Function<StringBuilder, StringBuilder> DebugUtils.saveTestImage(Function<CaptureSupport, javafx.scene.image.Image> captureImage, Supplier<Path> capturedImagePath, String indent) Saves the captured image to the supplied path.