| Package | Description |
|---|---|
| org.loadui.testfx |
| Modifier and Type | Method and Description |
|---|---|
GuiTest |
GuiTest.click(javafx.geometry.Bounds bounds,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(org.loadui.testfx.GuiTest.OffsetTarget target,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(Iterable<?> iterable,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(org.hamcrest.Matcher<javafx.scene.Node> matcher,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(javafx.scene.Node node,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(javafx.geometry.Point2D point,
javafx.scene.input.MouseButton... buttons) |
<T extends javafx.scene.Node> |
GuiTest.click(com.google.common.base.Predicate<T> p,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(javafx.scene.Scene scene,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.click(String query,
javafx.scene.input.MouseButton... buttons)
Clicks the first Node matching the given query.
|
GuiTest |
GuiTest.click(javafx.stage.Window window,
javafx.scene.input.MouseButton... buttons) |
GuiTest |
GuiTest.closeCurrentWindow()
Closes the front-most window using the Alt+F4 keyboard shortcut.
|
GuiTest |
GuiTest.doubleClick() |
GuiTest |
GuiTest.doubleClick(javafx.geometry.Bounds bounds) |
GuiTest |
GuiTest.doubleClick(org.loadui.testfx.GuiTest.OffsetTarget target) |
GuiTest |
GuiTest.doubleClick(Iterable<?> iterable) |
GuiTest |
GuiTest.doubleClick(org.hamcrest.Matcher<javafx.scene.Node> matcher) |
GuiTest |
GuiTest.doubleClick(javafx.scene.input.MouseButton button) |
GuiTest |
GuiTest.doubleClick(javafx.scene.Node node) |
GuiTest |
GuiTest.doubleClick(javafx.geometry.Point2D point) |
<T extends javafx.scene.Node> |
GuiTest.doubleClick(com.google.common.base.Predicate<T> predicate) |
GuiTest |
GuiTest.doubleClick(javafx.scene.Scene scene) |
GuiTest |
GuiTest.doubleClick(String query)
Double-clicks a given target.
|
GuiTest |
GuiTest.doubleClick(javafx.stage.Window window) |
GuiTest |
MouseMotion.drop()
Releases the mouse button and thereby ends the ongoing drag-n-drop operation.
|
GuiTest |
GuiTest.eraseCharacters(int characters) |
GuiTest |
GuiTest.move(double x,
double y)
Moves the mouse cursor to the given coordinates.
|
GuiTest |
GuiTest.move(Object target) |
GuiTest |
GuiTest.moveBy(double x,
double y)
Moves the mouse cursor relatively to its current position.
|
GuiTest |
GuiTest.pos(javafx.geometry.Pos pos) |
GuiTest |
GuiTest.press(javafx.scene.input.KeyCode... keys)
Presses and holds a given key, until explicitly released.
|
GuiTest |
GuiTest.press(javafx.scene.input.MouseButton... buttons)
Presses and holds a mouse button, until explicitly released.
|
GuiTest |
GuiTest.push(char character)
Alias for type().
|
GuiTest |
GuiTest.push(javafx.scene.input.KeyCode... keys)
Alias for type( ).
|
GuiTest |
GuiTest.release(javafx.scene.input.KeyCode... keys)
Releases a given key.
|
GuiTest |
GuiTest.release(javafx.scene.input.MouseButton... buttons)
Releases a pressed mouse button.
|
GuiTest |
GuiTest.rightClick() |
GuiTest |
GuiTest.rightClick(javafx.geometry.Bounds bounds) |
GuiTest |
GuiTest.rightClick(org.loadui.testfx.GuiTest.OffsetTarget target) |
GuiTest |
GuiTest.rightClick(Iterable<?> iterable) |
GuiTest |
GuiTest.rightClick(org.hamcrest.Matcher<javafx.scene.Node> matcher) |
GuiTest |
GuiTest.rightClick(javafx.scene.Node node) |
GuiTest |
GuiTest.rightClick(javafx.geometry.Point2D point) |
<T extends javafx.scene.Node> |
GuiTest.rightClick(com.google.common.base.Predicate<T> predicate) |
GuiTest |
GuiTest.rightClick(javafx.scene.Scene scene) |
GuiTest |
GuiTest.rightClick(String query)
Right-clicks a given target.
|
GuiTest |
GuiTest.rightClick(javafx.stage.Window window) |
GuiTest |
GuiTest.scroll(int amount)
Deprecated.
|
GuiTest |
GuiTest.scroll(int amount,
javafx.geometry.VerticalDirection direction)
Scrolls the mouse-wheel a given number of notches in a direction.
|
GuiTest |
GuiTest.scroll(javafx.geometry.VerticalDirection direction)
Scrolls the mouse-wheel one notch in the given direction.
|
GuiTest |
GuiTest.sleep(long ms)
Same as Thread.sleep(), but without checked exceptions.
|
GuiTest |
GuiTest.sleep(long value,
TimeUnit unit) |
GuiTest |
GuiTest.target(Object window) |
GuiTest |
MouseMotion.to(double x,
double y)
Specifies that the ongoing drag-n-drop operation should end at the given coordinates.
|
GuiTest |
MouseMotion.to(org.loadui.testfx.GuiTest.OffsetTarget node) |
GuiTest |
MouseMotion.to(org.hamcrest.Matcher<javafx.scene.Node> matcher) |
GuiTest |
MouseMotion.to(javafx.scene.Node node) |
GuiTest |
MouseMotion.to(javafx.geometry.Point2D point) |
GuiTest |
MouseMotion.to(String query)
Ends the ongoing drag-n-drop operation at the given target.
|
GuiTest |
GuiTest.type(char character) |
GuiTest |
GuiTest.type(javafx.scene.input.KeyCode... keys) |
GuiTest |
GuiTest.type(String text)
Types the given text on the keyboard.
|
Copyright © 2014. All rights reserved.