| Package | Description |
|---|---|
| org.testfx.api | |
| org.testfx.service.support.impl | |
| org.testfx.util |
| Modifier and Type | Method and Description |
|---|---|
CaptureSupport |
FxAssertContext.getCaptureSupport() |
CaptureSupport |
FxRobotContext.getCaptureSupport() |
CaptureSupport |
FxServiceContext.getCaptureSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
FxAssertContext.setCaptureSupport(CaptureSupport captureSupport) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptureSupportImpl |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureBounds(javafx.geometry.Bounds bounds) |
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureBounds(javafx.geometry.Rectangle2D bounds) |
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureNode(javafx.scene.Node node) |
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureScreenshot() |
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureScreenshot(int screenIndex) |
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureScreenshot(javafx.stage.Screen screen) |
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureWindow()
Captures the registered stage.
|
static java.util.function.Function<CaptureSupport,javafx.scene.image.Image> |
DebugUtils.captureWindow(javafx.stage.Window window) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Function<java.lang.StringBuilder,java.lang.StringBuilder> |
DebugUtils.saveTestImage(java.util.function.Function<CaptureSupport,javafx.scene.image.Image> captureImage,
java.util.function.Supplier<java.nio.file.Path> capturedImagePath,
java.lang.String indent)
Saves the captured image to the supplied path.
|